uk.org.blankaspect.nlf
Class TerminatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.org.blankaspect.nlf.NlfUncheckedException
                  extended by uk.org.blankaspect.nlf.TerminatedException
All Implemented Interfaces:
java.io.Serializable

public class TerminatedException
extends NlfUncheckedException

An object of this class signals that an operation has been terminated.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
TerminatedException()
          Constructs a TerminatedException.
TerminatedException(java.lang.Throwable cause)
          Constructs a TerminatedException with the specified cause.
 
Method Summary
 
Methods inherited from class uk.org.blankaspect.nlf.NlfUncheckedException
getId
 
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

TerminatedException

public TerminatedException()
Constructs a TerminatedException.

Since:
1.0

TerminatedException

public TerminatedException(java.lang.Throwable cause)
Constructs a TerminatedException with the specified cause.

Parameters:
cause - the java.lang.Throwable that caused the operation to be terminated.
Since:
1.0