Package com.orchestranetworks.service
Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.orchestranetworks.service.OperationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an operation cannot complete normally.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic final OperationException
createError
(UserMessage aMessage) static final OperationException
createError
(UserMessage aMessage, Throwable ex) static final OperationException
createError
(String aMessage) static final OperationException
createError
(String aMessage, Throwable ex) static final OperationException
createError
(Throwable ex) getMessageForLocale
(Locale aLocale) Returns a localized user message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
createError
-
createError
-
createError
-
createError
-
createError
-
getMessageForLocale
Returns a localized user message.
-