public class UnableToAllocateSessionException extends BaseException
Constructor and Description |
---|
UnableToAllocateSessionException() |
UnableToAllocateSessionException(java.lang.String message) |
UnableToAllocateSessionException(java.lang.String message,
java.lang.Throwable cause) |
UnableToAllocateSessionException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXml()
Returns an XML representation representing the exception.
|
int |
ordinal()
Returns the ID of the exception to facilitate unmarshaling XML representation
back into Java object.
|
public UnableToAllocateSessionException()
public UnableToAllocateSessionException(java.lang.String message, java.lang.Throwable cause)
public UnableToAllocateSessionException(java.lang.String message)
public UnableToAllocateSessionException(java.lang.Throwable cause)
public int ordinal()
ordinal
in class BaseException
int
.public java.lang.String getXml()
getXml
in class BaseException
String
.