public class ResourceAdaptorEntityAlreadyExistsException extends Exception
Constructor and Description |
---|
ResourceAdaptorEntityAlreadyExistsException()
Create a
ResourceAdaptorEntityAlreadyExistsException with
no detail message. |
ResourceAdaptorEntityAlreadyExistsException(String message)
Create a
ResourceAdaptorEntityAlreadyExistsException with
a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceAdaptorEntityAlreadyExistsException()
ResourceAdaptorEntityAlreadyExistsException
with
no detail message.public ResourceAdaptorEntityAlreadyExistsException(String message)
ResourceAdaptorEntityAlreadyExistsException
with
a detail message.message
- the detail message.