Class 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:
    Serialized Form
    • Constructor Detail

      • 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