org.dvb.dsmcc
Class NothingToAbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.NothingToAbortException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NothingToAbortException
public NothingToAbortException()
- Construct a NothingToAbortException with no detail message
NothingToAbortException
public NothingToAbortException(String s)
- Construct a NothingToAbortException with the specified detail message
- Parameters:
s
- the detail message