Package org.apache.empire.exceptions
Class OperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.empire.exceptions.EmpireException
org.apache.empire.exceptions.OperationFailedException
- All Implemented Interfaces:
Serializable
OperationFailedException
Indicates that an operation has failed
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.empire.exceptions.EmpireException
EmpireException.ExceptionMessageFormatter -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOperationFailedException(String operation, Exception e) OperationFailedException(String operation, String reason) OperationFailedException(String operation, String reason, Throwable cause) -
Method Summary
Methods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, getErrorParams, getErrorType, getMessageFormatter, log, setMessageFormatterMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorType
-
-
Constructor Details
-
OperationFailedException
-
OperationFailedException
-
OperationFailedException
-