Package org.jmrtd

Class PACEException

  • All Implemented Interfaces:
    Serializable

    public class PACEException
    extends net.sf.scuba.smartcards.CardServiceException
    An exception to signal errors during execution of the PACE protocol.
    Version:
    $Revision: 1762 $
    Author:
    The JMRTD team ([email protected])
    See Also:
    Serialized Form
    • Constructor Detail

      • PACEException

        public PACEException​(String msg)
        Creates a PACEException.
        Parameters:
        msg - a message
      • PACEException

        public PACEException​(String msg,
                             Throwable cause)
        Creates a PACEException.
        Parameters:
        msg - a message
        cause - the exception causing this exception
      • PACEException

        public PACEException​(String msg,
                             int sw)
        Creates a PACEException with a specific status word.
        Parameters:
        msg - a message
        sw - the status word that caused this CardServiceException
      • PACEException

        public PACEException​(String msg,
                             Throwable cause,
                             int sw)
        Creates a PACEException with a specific status word.
        Parameters:
        msg - a message
        cause - the exception causing this exception
        sw - the status word that caused this CardServiceException