OperationFailed
@Deprecated public class OperationFailed extends java.lang.Exception
Operation failed exception
Requested operation failed
Modifier and Type | Field and Description |
---|---|
java.lang.String |
reason
Deprecated.
Textual description of the failure
|
static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
OperationFailed()
Deprecated.
Constructs a new exception with
null as
its detail message. |
OperationFailed(java.lang.String message)
Deprecated.
Constructs a new exception with the specified detail message.
|
OperationFailed(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
Constructs a new exception with the specified detail message message and cause.
|
OperationFailed(java.lang.Throwable cause)
Deprecated.
Constructs a new exception with the specified cause
and a detail message of
(cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause). |
public static final long serialVersionUID
public java.lang.String reason
Textual description of the failure
public OperationFailed()
null
as
its detail message.public OperationFailed(java.lang.String message)
public OperationFailed(java.lang.String message, java.lang.Throwable cause)
public OperationFailed(java.lang.Throwable cause)
(cause==null ? null :
cause.toString())
(which typically contains the
class and detail message of cause).