org.ow2.jasmine.jadort.api
Class JadortServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.jasmine.jadort.api.JadortServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidStepException
public class JadortServiceException
- extends Exception
This class defines exceptions that are thrown by the JaDOrT service's
business methods. All other exceptions that are thrown are from the EJB
container or due to internal programming errors.
- Author:
- Malek Chahine, Remy Bresson, S. Ali Tokmen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JadortServiceException
public JadortServiceException(String message,
Exception cause)
- Generic JaDOrT service exception.
- Parameters:
message - Exception message.cause - Exception's cause.
Copyright © 2012 OW2 Consortium. All Rights Reserved.