|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.eng.spago.cms.exceptions.OperationExecutionException
public class OperationExecutionException
Models an exception occured during the execution of a repository operation
Constructor Summary | |
---|---|
OperationExecutionException()
Constructor of the class useful to build the exception without an error message |
|
OperationExecutionException(java.lang.String error)
Constructor of the class useful to build the exception with an error message |
|
OperationExecutionException(java.lang.String error,
java.lang.Throwable exception)
Constructor of the class useful to build the exception with an error message and a preceding 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 OperationExecutionException()
public OperationExecutionException(java.lang.String error)
error
- Error Messagepublic OperationExecutionException(java.lang.String error, java.lang.Throwable exception)
error
- Error Messageexception
- Preceding Throwable object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |