public final class AdminProcessingException extends AdminException
AdminProcessingException
indicates that an error occured during processing as a result
of user input. This exception is the result of handling an invalid user
request, not the result of an internal error.
This exception class is capable of containing multiple exceptions. See
AdminException
for details.
code
Constructor and Description |
---|
AdminProcessingException()
No-arg ctor.
|
AdminProcessingException(BundleUtil.Event code,
String msg)
Construct with an optional error code and a message.
|
AdminProcessingException(BundleUtil.Event code,
Throwable cause) |
AdminProcessingException(BundleUtil.Event code,
Throwable cause,
String msg) |
AdminProcessingException(String msg)
Construct with a message.
|
AdminProcessingException(String msg,
Throwable cause) |
AdminProcessingException(Throwable cause) |
addChild, getChildren, hasMultiple
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AdminProcessingException()
public AdminProcessingException(String msg)
msg
- the error message.public AdminProcessingException(Throwable cause)
public AdminProcessingException(BundleUtil.Event code, String msg)
code
- an optional error codemsg
- the error message.public AdminProcessingException(BundleUtil.Event code, Throwable cause, String msg)
public AdminProcessingException(BundleUtil.Event code, Throwable cause)
Copyright © 2020. All rights reserved.