org.idoox.security.pstore
Class UserStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.idoox.security.pstore.UserStoreException
All Implemented Interfaces:
java.io.Serializable

public class UserStoreException
extends java.lang.RuntimeException

Thrown by key store implementations.

Since:
3.0
See Also:
Serialized Form
Component:
Security-Core

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

UserStoreException

public UserStoreException()
Sole constructor.


UserStoreException

public UserStoreException(java.lang.String message)
Standard constructor with message string.

Parameters:
message - message string

UserStoreException

public UserStoreException(java.lang.String message,
                          java.lang.Throwable nested)
Constructs exception with message and nested exception.

Parameters:
message - an error message
nested - nested exception
Method Detail

toString

public java.lang.String toString()
Returns description of this exception.

Returns:
string with exception message and possible nested exception message