public class RemoveException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
mNestedContainerException| 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. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic RemoveException()
public RemoveException(java.lang.String pStr)
public RemoveException(java.lang.Throwable pSourceException)
public RemoveException(java.lang.String pStr,
                       java.lang.Throwable pSourceException)