Class OpenSignatureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OpenSignatureException
    extends java.lang.Exception
    open signature exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger logger  
    • 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
    • Field Detail

      • logger

        public static final java.util.logging.Logger logger
    • Constructor Detail

      • OpenSignatureException

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

        public OpenSignatureException​(java.lang.String message,
                                      java.lang.Exception e)