Package com.orchestranetworks.service
Class OperationException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.orchestranetworks.service.OperationException
 
 
 
- All Implemented Interfaces:
- Serializable
 
 - public abstract class OperationException extends Exception Thrown to indicate that an operation cannot complete normally.- See Also:
- Procedure, Functional guard and exceptions
 
-   Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationExceptioncreateError (UserMessage aMessage)static OperationExceptioncreateError (UserMessage aMessage, Throwable ex)static OperationExceptioncreateError (String aMessage)static OperationExceptioncreateError (String aMessage, Throwable ex)static OperationExceptioncreateError (Throwable ex)StringgetMessageForLocale (Locale aLocale)Returns a localized user message.-   Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
-   
 
-   
-   Method Detail- createError- public static final OperationException createError(String aMessage) 
 - createError- public static final OperationException createError(String aMessage, Throwable ex) 
 - createError- public static final OperationException createError(UserMessage aMessage) 
 - createError- public static final OperationException createError(UserMessage aMessage, Throwable ex) 
 - createError- public static final OperationException createError(Throwable ex) 
 
 
-