Class DecryptingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.suncode.pwfl.administration.configuration.exception.DecryptingException
- All Implemented Interfaces:
Serializable
Wyjątek występujący, gdy nie uda się zdeszyfrować parametru (hasła).
- Author:
- Patryk Kotlarz 8 cze 2017
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDecryptingException
(String message) DecryptingException
(String message, Throwable cause) DecryptingException
(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
-
DecryptingException
public DecryptingException() -
DecryptingException
-
DecryptingException
-
DecryptingException
-