Class ConfigurationErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osid.OsidException
org.osid.OperationalException
org.osid.ConfigurationErrorException
- All Implemented Interfaces:
Serializable
An error occurred configuring the OSID implementation during
initialization and the implementation cannot be used. The configuration
should be verified against the provider specifications.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aConfigurationErrorExceptionwith the specified detail message.Constructs aConfigurationErrorExceptionwith the specified detail message and cause.Constructs aConfigurationErrorExceptionwith the specified cause and a detail message ofcause.toString()which typically contains the class and detail message ofcause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationErrorException
-
ConfigurationErrorException
Constructs aConfigurationErrorExceptionwith the specified detail message and cause. The error message stringmsgcan later be retrieved by the getMessage() method ofThrowable.- Parameters:
msg- the error messaget- the cause of the exception
-
ConfigurationErrorException
Constructs aConfigurationErrorExceptionwith the specified cause and a detail message ofcause.toString()which typically contains the class and detail message ofcause.- Parameters:
t- the cause of the exception
-