|
||||||||||
| 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
public class MetadataRepositoryException

Top level exception for the metadata repository
| Constructor Summary | |
|---|---|
MetadataRepositoryException()
Constructor |
|
MetadataRepositoryException(String message)
Constructor |
|
MetadataRepositoryException(String message,
Throwable cause)
Constructor |
|
MetadataRepositoryException(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 MetadataRepositoryException()
public MetadataRepositoryException(String message)
message - The exception message
public MetadataRepositoryException(String message,
Throwable cause)
message - The exception messagecause - The cause of the exceptionpublic MetadataRepositoryException(Throwable cause)
cause - The cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||