|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.jasmine.jadort.api.JadortServiceException
public class JadortServiceException
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.
| Constructor Summary | |
|---|---|
JadortServiceException(java.lang.String message,
java.lang.Exception cause)
Generic JaDOrT service exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JadortServiceException(java.lang.String message,
java.lang.Exception cause)
message - Exception message.cause - Exception's cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||