Class OperationalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osid.OsidException
org.osid.OperationalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationErrorException, OperationFailedException, TransactionFailureException
Operational errors result from failures in the system. These errors are
only permitted where specified and should be handled directly by the
consumer application.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aOperationalExceptionwith the specified detail message.OperationalException(String msg, Throwable t) Constructs aOperationalExceptionwith the specified detail message and cause.Constructs aOperationalExceptionwith 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
-
OperationalException
-
OperationalException
-
OperationalException
Constructs aOperationalExceptionwith 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
-