SalesPoint v3.3 API

sale
Class CancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CancelledException()
          Create a new CancelledException.
CancelledException(String sDetail)
          Create a new CancelledException with a detail message.
 
Method Summary
 
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
 

Constructor Detail

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.

SalesPoint v3.3 API