public class RemoveException extends ContainerException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
RemoveException()
Default constructor.
|
RemoveException(java.lang.String pStr)
Constructor which takes String input.
|
RemoveException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructor that takes another exception to wrap it, and also String.
|
RemoveException(java.lang.Throwable pSourceException)
Constructor that takes another exception to wrap it.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
public RemoveException()
public RemoveException(java.lang.String pStr)
public RemoveException(java.lang.Throwable pSourceException)
public RemoveException(java.lang.String pStr, java.lang.Throwable pSourceException)