com.caucho.bam
Class InternalServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.caucho.bam.BamException
                  extended by com.caucho.bam.ErrorPacketException
                      extended by com.caucho.bam.InternalServerException
All Implemented Interfaces:
java.io.Serializable

public class InternalServerException
extends ErrorPacketException

Bam exception when a service address does not exist

See Also:
Serialized Form

Constructor Summary
InternalServerException()
           
InternalServerException(BamError error)
           
InternalServerException(java.lang.String msg)
           
InternalServerException(java.lang.String msg, BamError error)
           
InternalServerException(java.lang.String msg, ErrorPacketException e)
           
 
Method Summary
 BamError createActorError()
           
 
Methods inherited from class com.caucho.bam.ErrorPacketException
getActorError, getSourceException
 
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

InternalServerException

public InternalServerException()

InternalServerException

public InternalServerException(java.lang.String msg)

InternalServerException

public InternalServerException(java.lang.String msg,
                               BamError error)

InternalServerException

public InternalServerException(java.lang.String msg,
                               ErrorPacketException e)

InternalServerException

public InternalServerException(BamError error)
Method Detail

createActorError

public BamError createActorError()
Overrides:
createActorError in class ErrorPacketException