public class WriteException extends AppianException
Constructor and Description |
---|
WriteException()
Constructs a new exception with
null as its detail message. |
WriteException(java.lang.String message_)
Constructs a new exception with the specified detail message.
|
WriteException(java.lang.String message_,
java.lang.Throwable t_)
Constructs a new exception with the specified detail message and casuse
Note that the detail message associated with cause is not automatically
incorporated in this exception's detail message.
|
WriteException(java.lang.Throwable t_)
Constructs a new exception with the specified cause and a detail message
of (cause==null ?
|
getErrorCode, getErrorCodeArguments, getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public WriteException()
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 WriteException(java.lang.String message_)
Throwable.initCause(java.lang.Throwable)
.message_
- The detail message, which is saved for later
retrieval by the Throwable.getMessage()
method.public WriteException(java.lang.Throwable t_)
PrivilegedActionException
).t_
- The cause, which is saved for later retrieval by the
Throwable.getCause()
method). A null
value is
permitted and indicates that the cause is nonexistent or unknown.public WriteException(java.lang.String message_, java.lang.Throwable t_)
message_
- The detail message which is saved for later retrieval by
the Throwable.getMessage()
method.t_
- The cause, which is saved for later retrieval by the
Throwable.getCause()
method). A null
value is
permitted and indicates that the cause is nonexistent or unknown.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.