|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.jca.core.spi.mdr.MetadataRepositoryException
org.jboss.jca.core.spi.mdr.AlreadyExistsException
public class AlreadyExistsException

AlreadyExistsException is thrown in case a metadata entry already is registered
| Constructor Summary | |
|---|---|
AlreadyExistsException()
Constructor |
|
AlreadyExistsException(String message)
Constructor |
|
AlreadyExistsException(String message,
Throwable cause)
Constructor |
|
AlreadyExistsException(Throwable cause)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AlreadyExistsException()
public AlreadyExistsException(String message)
message - The exception message
public AlreadyExistsException(String message,
Throwable cause)
message - The exception messagecause - The cause of the exceptionpublic AlreadyExistsException(Throwable cause)
cause - The cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||