com.sdm.quasar.client.core.common
Class AbortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sdm.quasar.client.core.common.AbortException
All Implemented Interfaces:
java.io.Serializable

public class AbortException
extends java.lang.RuntimeException

An exception that signals an abort of the application or context.

Version:
1.$Revision$
Author:
Thomas Wolf
See Also:
Serialized Form

Constructor Summary
AbortException()
          Creates a new AbortException.
AbortException(java.lang.String message)
          Creates a new AbortException.
AbortException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AbortException.
AbortException(java.lang.Throwable cause)
          Creates a new AbortException.
 
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

AbortException

public AbortException()
Creates a new AbortException.


AbortException

public AbortException(java.lang.String message)
Creates a new AbortException.

Parameters:
message -

AbortException

public AbortException(java.lang.Throwable cause)
Creates a new AbortException.

Parameters:
cause -

AbortException

public AbortException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a new AbortException.

Parameters:
message -
cause -