|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.almendra.janet.cas.node.IllegalAgentAccessException
public class IllegalAgentAccessException
Thrown when an agent proxy is created that sends points to a different application than the application it was created from. The other application may reside on a different node, but the application names must match.
Constructor Summary | |
---|---|
IllegalAgentAccessException()
Creates a new IllegalAgentAccessException object. |
|
IllegalAgentAccessException(java.lang.String message)
Creates a new IllegalAgentAccessException object. |
|
IllegalAgentAccessException(java.lang.String message,
java.lang.Throwable cause)
Creates a new IllegalAgentAccessException object. |
|
IllegalAgentAccessException(java.lang.Throwable cause)
Creates a new IllegalAgentAccessException object. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalAgentAccessException()
IllegalAgentAccessException
object.
public IllegalAgentAccessException(java.lang.String message)
IllegalAgentAccessException
object.
message
- public IllegalAgentAccessException(java.lang.String message, java.lang.Throwable cause)
IllegalAgentAccessException
object.
message
- cause
- public IllegalAgentAccessException(java.lang.Throwable cause)
IllegalAgentAccessException
object.
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |