Class CmsEncryptionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsEncryptionException
    extends java.lang.Exception
    Class for errors during encryption / decryption.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsEncryptionException​(java.lang.String message)
      Creates a new instance.
      CmsEncryptionException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CmsEncryptionException

        public CmsEncryptionException​(java.lang.String message)
        Creates a new instance.
        Parameters:
        message - the error message
      • CmsEncryptionException

        public CmsEncryptionException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Creates a new instance.
        Parameters:
        message - the error message
        cause - the cause of this exception