public class ObjectCreationException extends ObjectAccessException
| Constructor and Description |
|---|
ObjectCreationException(String typeId)
Creates a new instance using given type id in a predefined message template.
|
ObjectCreationException(String typeId,
Throwable cause)
Creates a new instance using given type id in a predefined message template.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectCreationException(String typeId, Throwable cause)
typeId - id of objectcause - root causepublic ObjectCreationException(String typeId)
typeId - id of objectpublic String getTypeId()
Copyright © 2018. All rights reserved.