public class AmberObjectNotFoundException extends AmberRuntimeException
Constructor and Description |
---|
AmberObjectNotFoundException(java.lang.String message)
Creates the wrapper with a message.
|
AmberObjectNotFoundException(java.lang.String message,
java.lang.Throwable e)
Creates the wrapper with a message and a root cause.
|
AmberObjectNotFoundException(java.lang.Throwable e)
Creates the wrapper with a root cause.
|
create
public AmberObjectNotFoundException(java.lang.String message)
public AmberObjectNotFoundException(java.lang.String message, java.lang.Throwable e)
message
- the message.e
- the rootCause exceptionpublic AmberObjectNotFoundException(java.lang.Throwable e)
message
- the message.e
- the rootCause exception