public class SendExceptionError extends ApplicationError
| Modifier and Type | Field and Description |
|---|---|
private object<? extends StatusCodeEnum> |
statusCode |
private character |
statusMessage |
| Constructor and Description |
|---|
SendExceptionError() |
| Modifier and Type | Method and Description |
|---|---|
void |
__web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1) |
void |
__web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1,
character _p2) |
void |
__web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1,
character _p2,
object<? extends LegacyError> _p3) |
void |
__web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1,
object<? extends LegacyError> _p2) |
static void |
__web_SendExceptionError_constructor__static__() |
object<? extends StatusCodeEnum> |
getStatusCode() |
character |
getStatusMessage() |
void |
readExternal(java.io.ObjectInput in)
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
|
private void |
setStatusCode(object<? extends StatusCodeEnum> _var) |
private void |
setStatusMessage(character _var) |
void |
writeExternal(java.io.ObjectOutput out)
The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
|
__core_system_ApplicationError_constructor__, __core_system_ApplicationError_constructor__, __core_system_ApplicationError_constructor__static__, __core_system_ApplicationError_execute__, addError, getErrorDefinition, getErrorMessage, getInnerError, getShortMessage, legacyClone, toLegacyString__lang_AppError_constructor__, __lang_AppError_constructor__, __lang_AppError_constructor__, addMessage, getReturnValue, isFromReturn, newInstance, newInstance, newInstance, removeMessage, setFromReturn, setReturnValue__lang_ProError_constructor__, __lang_ProError_constructor__, getCallStack, getMessage, getMessageNum, getNumMessages, getSeverity, populateCallStack, setSeverity, validIndex__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyEqualsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyEqualsprivate object<? extends StatusCodeEnum> statusCode
private character statusMessage
public object<? extends StatusCodeEnum> getStatusCode()
private void setStatusCode(object<? extends StatusCodeEnum> _var)
public character getStatusMessage()
private void setStatusMessage(character _var)
public static void __web_SendExceptionError_constructor__static__()
public void __web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1)
public void __web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1, character _p2)
public void __web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1, character _p2, object<? extends LegacyError> _p3)
public void __web_SendExceptionError_constructor__(object<? extends StatusCodeEnum> _p1, object<? extends LegacyError> _p2)
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class ApplicationErrorout - the stream to write the object tojava.io.IOException - Includes any I/O exceptions that may occurpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class ApplicationErrorin - the stream to read data from in order to restore the objectjava.io.IOException - if I/O errors occurjava.lang.ClassNotFoundException - If the class for an object being
restored cannot be found.