public class URIGenerationException
extends java.lang.Exception
| Constructor and Description |
|---|
URIGenerationException()
Default Constructor
|
URIGenerationException(java.lang.String message)
Constructor
|
URIGenerationException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
URIGenerationException(java.lang.Throwable cause)
Constructor
|
public URIGenerationException()
public URIGenerationException(java.lang.String message)
message - String detailing the Exception.public URIGenerationException(java.lang.String message,
java.lang.Throwable cause)
message - String detailing the Exception.cause - Exception that caused this exception.public URIGenerationException(java.lang.Throwable cause)
cause - Exception that caused this exception.