Class NoSuchAlgorithmException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchAlgorithmException
    extends BaseUncheckedException
    Base class for all preconditions violation exceptions.
    Since:
    1.0.0
    Author:
    Urvil Joshi, Omsaieswar Mulakaluri
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchAlgorithmException

        public NoSuchAlgorithmException​(String errorCode,
                                        String errorMessage)
        Constructor with errorCode and errorMessage
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
      • NoSuchAlgorithmException

        public NoSuchAlgorithmException​(String errorCode,
                                        String errorMessage,
                                        Throwable cause)
        Constructor with errorCode, errorMessage, and rootCause
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
        cause - Cause of this exception