public class MetadataServiceException extends SchedulerException
MetadataService to indicate system errors.
This also serves as the base class for various other Exception classes
used by the Enterprise Scheduler metadata service subsystem.| Constructor and Description |
|---|
MetadataServiceException()
Default constructor.
|
MetadataServiceException(String msg)
Constructor with a detailed message.
|
MetadataServiceException(String msg,
Throwable cause)
Constructor to create the instance with an message and cause.
|
MetadataServiceException(Throwable cause)
Constructor that creates the instance based on a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetadataServiceException()
public MetadataServiceException(String msg)
msg - the detailed message associated with this exception.public MetadataServiceException(Throwable cause)
cause - the underlying cause for exception.