Package de.hybris.platform.b2b.punchout
Class PunchOutCipherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.b2b.punchout.PunchOutException
-
- de.hybris.platform.b2b.punchout.PunchOutCipherException
-
- All Implemented Interfaces:
java.io.Serializable
public class PunchOutCipherException extends PunchOutException
Exception throw when Cipher has issues to encrypt or decrypt some text. Usually happens because of a bad key (e.g.: wrong size, wrong data, does not apply to desired algorithm).- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.b2b.punchout.PunchOutException
PUNCHOUT_EXCEPTION_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description PunchOutCipherException(java.lang.String message)PunchOutCipherException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class de.hybris.platform.b2b.punchout.PunchOutException
getErrorCode
-
-