|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.idoox.security.pstore.UserStoreException
Thrown by key store implementations.
Constructor Summary | |
UserStoreException()
Sole constructor. |
|
UserStoreException(java.lang.String message)
Standard constructor with message string. |
|
UserStoreException(java.lang.String message,
java.lang.Throwable nested)
Constructs exception with message and nested exception. |
Method Summary | |
java.lang.String |
toString()
Returns description of this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UserStoreException()
public UserStoreException(java.lang.String message)
message
- message stringpublic UserStoreException(java.lang.String message, java.lang.Throwable nested)
message
- an error messagenested
- nested exceptionMethod Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |