public class OperationException extends SystemException implements Expectable
SystemException.AideMessageConst.BundleInfo_codeNULL_CODE| Constructor and Description |
|---|
OperationException() |
OperationException(int code) |
OperationException(int code,
Object fmtArg) |
OperationException(int code,
Object[] fmtArgs) |
OperationException(int code,
Object[] fmtArgs,
Throwable cause) |
OperationException(int code,
Object fmtArg,
Throwable cause) |
OperationException(int code,
Throwable cause) |
OperationException(String s) |
OperationException(String msg,
Throwable cause) |
OperationException(Throwable cause) |
getCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationException(String s)
public OperationException(Throwable cause)
public OperationException()
public OperationException(int code,
Object[] fmtArgs)
public OperationException(int code,
Object fmtArg)
public OperationException(int code,
Throwable cause)
public OperationException(int code)
Copyright © 2018. All rights reserved.