Package com.iizix.urn
Class UnknownNIDException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.iizix.urn.URNException
- com.iizix.urn.UnknownNIDException
- All Implemented Interfaces:
java.io.Serializable
public class UnknownNIDException extends URNException
Exception thrown when the URN Naming ID (NID) is not recognized.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description UnknownNIDException(java.lang.String urn, java.lang.String nid)Constructs the exception with the URN string.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Returns the detail message string of this throwable.
Method Detail
getMessage
public java.lang.String getMessage()
Returns the detail message string of this throwable.- Overrides:
getMessagein classURNException- Returns:
- the detail message string of this
Throwableinstance (which may benull).