public final class SchedConfException extends RuntimeException
| Constructor and Description |
|---|
SchedConfException(SchedConfResultCode result) |
SchedConfException(SchedConfResultCode result,
String reason) |
SchedConfException(SchedConfResultCode result,
String reason,
Throwable cause) |
SchedConfException(SchedConfResultCode result,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone Not Supported
|
SchedConfResultCode |
getReason()
Returns a reason for the exception.
|
String |
getReasonDescription()
Returns a verbose reason for the exception.
|
String |
toString()
Returns a String representation of this object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SchedConfException(SchedConfResultCode result, String reason)
public SchedConfException(SchedConfResultCode result)
public SchedConfException(SchedConfResultCode result, String reason, Throwable cause)
public SchedConfException(SchedConfResultCode result, Throwable cause)
public SchedConfResultCode getReason()
SchedConfResultCode value indicating the error reason.public String getReasonDescription()
public String toString()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2021 Avaya. All rights reserved.