public static class Log.OperationFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
OperationFailedException (java.lang.String message) |
OperationFailedException (java.lang.String message,
java.lang.Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic OperationFailedException(java.lang.String message)
message - The message for this exception.public OperationFailedException(java.lang.String message, java.lang.Throwable cause)
message - The message for this exception.cause - The underlying reason this exception was generated.