public class ImplementationSecurityException extends SecurityException
This exception might be thrown if, for instance, the storage system encountered a failure trying to save owner or ID information.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
mNestedContainerException| Constructor and Description | 
|---|
ImplementationSecurityException(java.lang.String message,
                               java.lang.Throwable t)
Wraps a throwable with a security exception, including additional
 textual information. 
 | 
ImplementationSecurityException(java.lang.Throwable t)
Wraps a throwable with a security exception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Throwable | 
getThrowable()
Returns the throwable that caused this exception. 
 | 
java.lang.String | 
toString()
Display information about this exception and that of the source
 exception if there is one. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toStringpublic ImplementationSecurityException(java.lang.Throwable t)
public ImplementationSecurityException(java.lang.String message,
                                       java.lang.Throwable t)
public java.lang.Throwable getThrowable()
public java.lang.String toString()
ContainerExceptiontoString in class ContainerException