|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.infonode.docking.OperationAbortedException
public class OperationAbortedException
Exception thrown when an operation is aborted.
| Constructor Summary | |
|---|---|
OperationAbortedException()
Constructor. |
|
OperationAbortedException(java.lang.String message)
Constructor. |
|
OperationAbortedException(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
OperationAbortedException(java.lang.Throwable cause)
Constructor. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OperationAbortedException()
public OperationAbortedException(java.lang.String message)
message - the exception messagepublic OperationAbortedException(java.lang.Throwable cause)
cause - the exception cause
public OperationAbortedException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||