Class InvalidCSNException

    • Constructor Detail

      • InvalidCSNException

        public InvalidCSNException​(String message,
                                   Throwable cause)
        Creates a new instance with the specified message and cause.
        Parameters:
        message - The message associated with the exception
        cause - The root cause for this exception
      • InvalidCSNException

        public InvalidCSNException​(String message)
        Creates a new instance with the specified message.
        Parameters:
        message - The message associated with the exception
      • InvalidCSNException

        public InvalidCSNException​(Throwable cause)
        Creates a new instance with the specified cause.
        Parameters:
        cause - The root cause for this exception