Class 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
    • 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

      • PunchOutCipherException

        public PunchOutCipherException​(java.lang.String message)
      • PunchOutCipherException

        public PunchOutCipherException​(java.lang.String message,
                                       java.lang.Throwable cause)