public class MetadataConfigurationException extends RuntimeException
| Constructor and Description |
|---|
MetadataConfigurationException()
Metadata exception.
|
MetadataConfigurationException(String message)
Metadata config exception.
|
MetadataConfigurationException(String message,
Throwable cause)
Metadata config exception.
|
MetadataConfigurationException(Throwable cause)
Metadata config exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetadataConfigurationException()
public MetadataConfigurationException(String message)
message - error messagepublic MetadataConfigurationException(String message, Throwable cause)
message - error messagecause - error causepublic MetadataConfigurationException(Throwable cause)
cause - error causeCopyright © 2005–2016 The Kuali Foundation. All rights reserved.