Class SignatureException

  • All Implemented Interfaces:
    Serializable

    public class SignatureException
    extends Exception
    An exception that indicates a problem during the signing process.
    See Also:
    Serialized Form
    • Constructor Detail

      • SignatureException

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

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

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

        public SignatureException​(int errno,
                                  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