sale
Class CancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sale.CancelledException
- All Implemented Interfaces:
- Serializable
public class CancelledException
- extends Exception
Exception thrown when some action was cancelled by the user. You can use this exception to mark
cancellation of your own actions.
- Since:
- v2.0
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CancelledException
public CancelledException()
- Create a new CancelledException.
CancelledException
public CancelledException(String sDetail)
- Create a new CancelledException with a detail message.
- Parameters:
sDetail
- the detail message.