com.caucho.amp
Class AmpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.caucho.amp.AmpException
All Implemented Interfaces:
java.io.Serializable

public class AmpException
extends java.lang.RuntimeException

General AMP exception

See Also:
Serialized Form

Constructor Summary
AmpException()
           
AmpException(java.lang.String msg)
           
AmpException(java.lang.String msg, java.lang.Throwable e)
           
AmpException(java.lang.Throwable e)
           
 
Method Summary
 AmpError createActorError()
           
 AmpError getActorError()
           
 
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

AmpException

public AmpException()

AmpException

public AmpException(java.lang.String msg)

AmpException

public AmpException(java.lang.Throwable e)

AmpException

public AmpException(java.lang.String msg,
                    java.lang.Throwable e)
Method Detail

getActorError

public AmpError getActorError()

createActorError

public AmpError createActorError()