public class PersistenceExceptionTypeNotPersistable extends PersistenceException
| Constructor and Description |
|---|
PersistenceExceptionTypeNotPersistable(Class<?> type) |
PersistenceExceptionTypeNotPersistable(Class<?> type,
String message) |
PersistenceExceptionTypeNotPersistable(Class<?> type,
String message,
Throwable cause) |
PersistenceExceptionTypeNotPersistable(Class<?> type,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PersistenceExceptionTypeNotPersistable(Class<?> type,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Class<?> |
getType() |
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, messageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PersistenceExceptionTypeNotPersistable(Class<?> type)
public PersistenceExceptionTypeNotPersistable(Class<?> type, String message)
public PersistenceExceptionTypeNotPersistable(Class<?> type, Throwable cause)
public PersistenceExceptionTypeNotPersistable(Class<?> type, String message, Throwable cause)
Copyright © 2022 MicroStream Software. All rights reserved.