public class ReportSizeException extends AppianException
Modifier | Constructor and Description |
---|---|
|
ReportSizeException()
Constructs a new exception with
null as its detail message. |
protected |
ReportSizeException(Environment env) |
|
ReportSizeException(java.lang.String message_) |
protected |
ReportSizeException(java.lang.String message_,
Environment env)
Constructs a new exception with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
protected Environment |
getEnvironment() |
ErrorCode |
getErrorCode()
Gets the error code associated with this exception.
|
protected java.lang.Object[] |
getErrorCodeArguments()
Gets the arguments that must be used to render this exception's message
representation.
|
protected void |
setEnvironment(Environment env) |
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public ReportSizeException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)protected ReportSizeException(Environment env)
protected ReportSizeException(java.lang.String message_, Environment env)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodpublic ReportSizeException(java.lang.String message_)
protected void setEnvironment(Environment env)
protected Environment getEnvironment()
public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
protected java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.