
public class AlreadyExistsException extends MetadataRepositoryException
| Constructor and Description |
|---|
AlreadyExistsException()
Constructor
|
AlreadyExistsException(String message)
Constructor
|
AlreadyExistsException(String message,
Throwable cause)
Constructor
|
AlreadyExistsException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyExistsException()
public AlreadyExistsException(String message)
message - The exception messagepublic AlreadyExistsException(String message, Throwable cause)
message - The exception messagecause - The cause of the exceptionpublic AlreadyExistsException(Throwable cause)
cause - The cause of the exceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)