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