ajanta.util
Class ATPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ajanta.util.ATPException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentInadmissibleException, InvalidCredentialException

public class ATPException
extends java.lang.Exception

This defines various excepion that can be thrown during agent transfer.

See Also:
Serialized Form

Constructor Summary
ATPException(java.lang.String s)
           
 
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

ATPException

public ATPException(java.lang.String s)