Package org.apache.karaf.jaas.config
Class KeystoreIsLocked
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.apache.karaf.jaas.config.KeystoreIsLocked
-
- All Implemented Interfaces:
Serializable
public class KeystoreIsLocked extends GeneralSecurityException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeystoreIsLocked()KeystoreIsLocked(String msg)KeystoreIsLocked(String message, Throwable cause)KeystoreIsLocked(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-