Class SignatureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SignatureException
    extends java.lang.Exception
    An exception that indicates a problem during the signing process.
    Version:
    $Revision: $
    Author:
    Thomas Chojecki
    See Also:
    Serialized Form
    • Constructor Detail

      • SignatureException

        public SignatureException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - A msg to go with this exception.
      • SignatureException

        public SignatureException​(int errno,
                                  java.lang.String msg)
        Constructor.
        Parameters:
        errno - A error number to fulfill this exception
        msg - A msg to go with this exception.
      • SignatureException

        public SignatureException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The exception that should be encapsulate.
      • SignatureException

        public SignatureException​(int errno,
                                  java.lang.Throwable e)
        Constructor.
        Parameters:
        errno - A error number to fulfill this exception
        e - The exception that should be encapsulate.
    • Method Detail

      • getErrNo

        public int getErrNo()
        A error number to fulfill this exception
        Returns:
        the error number if available, otherwise 0