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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OperationException
public OperationException(java.lang.String msg,
java.lang.Throwable cause)
OperationException
public OperationException(java.lang.String s)
OperationException
public OperationException(java.lang.Throwable cause)
OperationException
public OperationException()
OperationException
public OperationException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause)
OperationException
public OperationException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause)
OperationException
public OperationException(int code,
java.lang.Object[] fmtArgs)
OperationException
public OperationException(int code,
java.lang.Object fmtArg)
OperationException
public OperationException(int code,
java.lang.Throwable cause)
OperationException
public OperationException(int code)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.