public class UnexpectedDataAccessException extends FrameworkException
| Constructor and Description |
|---|
UnexpectedDataAccessException() |
UnexpectedDataAccessException(java.lang.String message) |
UnexpectedDataAccessException(java.lang.String message,
java.lang.Throwable cause) |
UnexpectedDataAccessException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldGenerateLog()
Returns whether the current exception should generated an error log
|
getMessage, isInternationalized, setInternationalizedpublic UnexpectedDataAccessException()
public UnexpectedDataAccessException(java.lang.String message)
public UnexpectedDataAccessException(java.lang.String message,
java.lang.Throwable cause)
public UnexpectedDataAccessException(java.lang.Throwable cause)
public boolean shouldGenerateLog()
CyclosExceptionshouldGenerateLog in class CyclosException