public class InvalidNamespaceException extends AppianException
Constructor and Description |
---|
InvalidNamespaceException()
Constructs a new exception with
null as its detail message. |
InvalidNamespaceException(java.lang.String message_)
Constructs a new exception with the specified detail message.
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public InvalidNamespaceException()
null
as its detail message. The cause
is not initialized, and may subsequently be initialized by a call to
Throwable.initCause(java.lang.Throwable)public InvalidNamespaceException(java.lang.String message_)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodCopyright © 2003-2023 Appian Corporation. All Rights Reserved.