public abstract class CommonException extends Exception
Constructor and Description |
---|
CommonException() |
CommonException(String message) |
CommonException(String message,
Throwable cause) |
CommonException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getOperationResultMessage()
TOTO: switch return value to a localized message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommonException()
public CommonException(String message)
public CommonException(Throwable cause)
public abstract String getOperationResultMessage()
Copyright © 2016 Evolveum. All rights reserved.