org.dvb.dsmcc
Class NothingToAbortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.dvb.dsmcc.NothingToAbortException
All Implemented Interfaces:
java.io.Serializable

public class NothingToAbortException
extends DSMCCException

A NothingToAbortException is thrown when the abort method is called and there is no loading in progress.

See Also:
Serialized Form

Constructor Summary
NothingToAbortException()
          Construct a NothingToAbortException with no detail message
NothingToAbortException(java.lang.String s)
          Construct a NothingToAbortException with the specified detail message
 
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

NothingToAbortException

public NothingToAbortException()
Construct a NothingToAbortException with no detail message


NothingToAbortException

public NothingToAbortException(java.lang.String s)
Construct a NothingToAbortException with the specified detail message

Parameters:
s - the detail message