org.almendra.janet.cas.node
Class IllegalAgentAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almendra.janet.cas.node.IllegalAgentAccessException
All Implemented Interfaces:
java.io.Serializable

public class IllegalAgentAccessException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

IllegalAgentAccessException

public IllegalAgentAccessException()
Creates a new IllegalAgentAccessException object.


IllegalAgentAccessException

public IllegalAgentAccessException(java.lang.String message)
Creates a new IllegalAgentAccessException object.

Parameters:
message -

IllegalAgentAccessException

public IllegalAgentAccessException(java.lang.String message,
                                   java.lang.Throwable cause)
Creates a new IllegalAgentAccessException object.

Parameters:
message -
cause -

IllegalAgentAccessException

public IllegalAgentAccessException(java.lang.Throwable cause)
Creates a new IllegalAgentAccessException object.

Parameters:
cause -