com.caucho.bam
Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.bam.BamException
com.caucho.bam.ErrorPacketException
com.caucho.bam.ServiceUnavailableException
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceUnavailableException
- extends ErrorPacketException
Bam exception when a service address does not exist
- See Also:
- Serialized Form
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 |
ServiceUnavailableException
public ServiceUnavailableException()
ServiceUnavailableException
public ServiceUnavailableException(java.lang.String msg)
ServiceUnavailableException
public ServiceUnavailableException(java.lang.String msg,
BamError error)
ServiceUnavailableException
public ServiceUnavailableException(java.lang.String msg,
ErrorPacketException e)
ServiceUnavailableException
public ServiceUnavailableException(BamError error)
createActorError
public BamError createActorError()
- Overrides:
createActorError
in class ErrorPacketException