public class OperationAbortedException
extends java.lang.Exception
| Constructor and Description |
|---|
OperationAbortedException()
Constructor.
|
OperationAbortedException(java.lang.String message)
Constructor.
|
OperationAbortedException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
OperationAbortedException(java.lang.Throwable cause)
Constructor.
|
public OperationAbortedException()
public OperationAbortedException(java.lang.String message)
message - the exception messagepublic OperationAbortedException(java.lang.Throwable cause)
cause - the exception causepublic OperationAbortedException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the exception cause