Class CasException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thalesgroup.gemalto.cas.CasException
All Implemented Interfaces:
Serializable

public class CasException extends Exception
The exception that will be thrown when a failure occurs during the CAS E2EE operation.
Since:
6.1.0
See Also:
  • Constructor Details

    • CasException

      public CasException(CasException.ErrorCode error)
      Constructs CasException with ErrorCode.
      Parameters:
      error - The error code
    • CasException

      public CasException(CasException.ErrorCode error, Throwable cause)
      Constructs CasException with ErrorCode and Throwable object.
      Parameters:
      error - The error code
      cause - Throwable object
  • Method Details