Class EncryptingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.administration.configuration.exception.EncryptingException
- All Implemented Interfaces:
Serializable
Wyjątek występujący, gdy nie uda się zaszyfrować parametru (hasła).
- Author:
- Patryk Kotlarz 8 cze 2017
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptingException
(String message) EncryptingException
(String message, Throwable cause) EncryptingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncryptingException
public EncryptingException() -
EncryptingException
-
EncryptingException
-
EncryptingException
-