Class AuthAdapterException

  • All Implemented Interfaces:
    Serializable

    public class AuthAdapterException
    extends org.springframework.security.core.AuthenticationException
    Author:
    M1049825
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthAdapterException

        public AuthAdapterException​(String errorCode,
                                    String errorMessage)
        Constructor the initialize Handler exception
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
      • AuthAdapterException

        public AuthAdapterException​(String errorCode,
                                    String errorMessage,
                                    Throwable rootCause)
      • AuthAdapterException

        public AuthAdapterException​(String errorCode,
                                    List<io.mosip.kernel.core.exception.ServiceError> list)
        Parameters:
        list - The error list.
    • Method Detail

      • getList

        public List<io.mosip.kernel.core.exception.ServiceError> getList()
        Getter for error list.
        Returns:
        The error list.