Class KeyDiversificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.paris.lutece.util.keydiversification.KeyDiversificationException
-
- All Implemented Interfaces:
Serializable
public class KeyDiversificationException extends Exception
This class represents anExceptionfor the key diversification service- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyDiversificationException()ConstructorKeyDiversificationException(String strMessage)ConstructorKeyDiversificationException(String strMessage, Exception exception)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyDiversificationException
public KeyDiversificationException(String strMessage)
Constructor- Parameters:
strMessage- The error message
-
KeyDiversificationException
public KeyDiversificationException(String strMessage, Exception exception)
Constructor- Parameters:
strMessage- The error messageexception- The initial exception
-
KeyDiversificationException
public KeyDiversificationException()
Constructor
-
-