|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
public abstract class CommonException
Superclass for all common midPoint exceptions.
Constructor Summary | |
---|---|
CommonException()
|
|
CommonException(java.lang.String message)
|
|
CommonException(java.lang.String message,
java.lang.Throwable cause)
|
|
CommonException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
abstract java.lang.String |
getOperationResultMessage()
TOTO: switch return value to a localized message |
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 CommonException()
public CommonException(java.lang.String message)
public CommonException(java.lang.Throwable cause)
public CommonException(java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public abstract java.lang.String getOperationResultMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |