public class NamespaceRegistrationException extends RuntimeException
Constructor and Description |
---|
NamespaceRegistrationException(String message)
Constructs a new
NamespaceRegistrationException with the specified detail message. |
NamespaceRegistrationException(String message,
Throwable cause)
Constructs a new
NamespaceRegistrationException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NamespaceRegistrationException(String message)
NamespaceRegistrationException
with the specified detail message.message
- the detail message.Copyright © 2014. All rights reserved.