org.zkoss.lang
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.lang.OperationException
- All Implemented Interfaces:
- Serializable, Expectable, Messageable, MessageConst
- Direct Known Subclasses:
- PotentialDeadLockException
public class OperationException
- extends SystemException
- implements Expectable
The expectable system exception denoting user's operation errors.
- Author:
- tomyeh
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationException
public OperationException(String msg,
Throwable cause)
OperationException
public OperationException(String s)
OperationException
public OperationException(Throwable cause)
OperationException
public OperationException()
OperationException
public OperationException(int code,
Object[] fmtArgs,
Throwable cause)
OperationException
public OperationException(int code,
Object fmtArg,
Throwable cause)
OperationException
public OperationException(int code,
Object[] fmtArgs)
OperationException
public OperationException(int code,
Object fmtArg)
OperationException
public OperationException(int code,
Throwable cause)
OperationException
public OperationException(int code)
Copyright © 2014. All rights reserved.