public class ApplicationEnvironmentException
extends java.lang.RuntimeException
ApplicationErrorCodes,
Serialized Form| Constructor and Description |
|---|
ApplicationEnvironmentException(java.lang.String errorMessage,
long errorCode)
Creates a new
ApplicationEnvironmentException containing the
designated information which is a human readable message and the
ADEPT2-error code. |
ApplicationEnvironmentException(java.lang.String errorMessage,
long errorCode,
java.lang.Throwable cause)
Creates a new
ApplicationEnvironmentException containing the
designated information which is a human readable message and the
ADEPT2-error code. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompleteStackTrace()
Gets the complete stack trace of this exception as it would be printed to a
print stream.
|
long |
getErrorCode()
Returns the well-defined ADEPT2-error code.
|
public ApplicationEnvironmentException(java.lang.String errorMessage,
long errorCode)
ApplicationEnvironmentException containing the
designated information which is a human readable message and the
ADEPT2-error code.errorMessage - A human readable error message for this exception.errorCode - The well-defined ADEPT2-error code.public ApplicationEnvironmentException(java.lang.String errorMessage,
long errorCode,
java.lang.Throwable cause)
ApplicationEnvironmentException containing the
designated information which is a human readable message and the
ADEPT2-error code.errorMessage - A human readable error message for this exception.errorCode - The well-defined ADEPT2-error code.cause - The cause for the failing of the application, for instance,
another exception.public long getErrorCode()
public java.lang.String getCompleteStackTrace()