org.dvb.dsmcc
Class NothingToAbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dvb.dsmcc.DSMCCException
                  extended by org.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
 
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
equals, 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