Package org.jboss.security.vault
Class SecurityVaultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.jboss.security.vault.SecurityVaultException
-
- All Implemented Interfaces:
Serializable
public class SecurityVaultException extends GeneralSecurityException
General exception thrown from the vault operations- Since:
- Aug 12, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityVaultException()
SecurityVaultException(String msg)
SecurityVaultException(String message, Throwable cause)
SecurityVaultException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-