com.steptools.stdev.p21
Class CanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.steptools.stdev.STDevException
com.steptools.stdev.p21.CanceledException
- All Implemented Interfaces:
- Serializable
public class CanceledException
- extends STDevException
Exception throws by a statusUpdate() method. This is used for application
code to cancel Part 21 IO.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CanceledException
public CanceledException(String message,
Exception cause)
CanceledException
public CanceledException(String message)
CanceledException
public CanceledException(Exception cause)
CanceledException
public CanceledException()