public class AlreadyExistsException extends MetadataRepositoryException
Constructor and Description |
---|
AlreadyExistsException()
Constructor
|
AlreadyExistsException(java.lang.String message)
Constructor
|
AlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
AlreadyExistsException(java.lang.Throwable cause)
Constructor
|
public AlreadyExistsException()
public AlreadyExistsException(java.lang.String message)
message
- The exception messagepublic AlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
message
- The exception messagecause
- The cause of the exceptionpublic AlreadyExistsException(java.lang.Throwable cause)
cause
- The cause of the exceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)