public class InternalServerException extends ErrorPacketException
Constructor and Description |
---|
InternalServerException() |
InternalServerException(BamError error) |
InternalServerException(java.lang.String msg) |
InternalServerException(java.lang.String msg,
BamError error) |
InternalServerException(java.lang.String msg,
ErrorPacketException e) |
Modifier and Type | Method and Description |
---|---|
BamError |
createActorError() |
getActorError, getSourceException
public InternalServerException()
public InternalServerException(java.lang.String msg)
public InternalServerException(java.lang.String msg, BamError error)
public InternalServerException(java.lang.String msg, ErrorPacketException e)
public InternalServerException(BamError error)
public BamError createActorError()
createActorError
in class ErrorPacketException