Package com.iizix.urn

Class NSSException

All Implemented Interfaces:
Serializable

public class NSSException extends URNException
Exception thrown when the Name String Specification is in error for an URN.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • NSSException

      public NSSException(String message, String urn, String nss)
      Constructs the exception with the URN string.
      Parameters:
      message - The message detail.
      urn - The URN string.
      nss - The parsed NSS.
    • NSSException

      public NSSException(String message, String urn, String nss, Throwable cause)
      Constructs the exception with the URN string.
      Parameters:
      message - The message detail.
      urn - The URN string.
      nss - The parsed NSS.
      cause - The exception cause, null for none.
  • Method Details

    • getMessage

      public String getMessage()
      Returns the detail message string of this throwable.
      Overrides:
      getMessage in class URNException
      Returns:
      The detail message string of this Throwable instance (which may be null).