org.apache.karaf.jaas.config
Class KeystoreIsLocked

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by org.apache.karaf.jaas.config.KeystoreIsLocked
All Implemented Interfaces:
java.io.Serializable

public class KeystoreIsLocked
extends java.security.GeneralSecurityException

See Also:
Serialized Form

Constructor Summary
KeystoreIsLocked()
           
KeystoreIsLocked(java.lang.String msg)
           
KeystoreIsLocked(java.lang.String message, java.lang.Throwable cause)
           
KeystoreIsLocked(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Exception
getClassContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeystoreIsLocked

public KeystoreIsLocked()

KeystoreIsLocked

public KeystoreIsLocked(java.lang.String message,
                        java.lang.Throwable cause)

KeystoreIsLocked

public KeystoreIsLocked(java.lang.String msg)

KeystoreIsLocked

public KeystoreIsLocked(java.lang.Throwable cause)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.