public class IllegalNamespaceException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
IllegalNamespaceException()
Constructs a new exception with the specified detail message and cause.
|
IllegalNamespaceException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
IllegalNamespaceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
IllegalNamespaceException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public IllegalNamespaceException(java.lang.String message)
message
- the detail message.public IllegalNamespaceException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause.public IllegalNamespaceException(java.lang.Throwable cause)
cause
- the cause.public IllegalNamespaceException()