ST-Developer Java Reference

com.steptools.stdev.p21
Class CanceledException

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

Constructor Summary
CanceledException()
           
CanceledException(Exception cause)
           
CanceledException(String message)
           
CanceledException(String message, Exception cause)
           
 
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

CanceledException

public CanceledException(String message,
                         Exception cause)

CanceledException

public CanceledException(String message)

CanceledException

public CanceledException(Exception cause)

CanceledException

public CanceledException()

ST-Developer Java Reference