|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.NothingToAbortException
A NothingToAbortException is thrown when the abort method is called and there is no loading in progress.
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NothingToAbortException()
public NothingToAbortException(java.lang.String s)
s
- the detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |