Class OsidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osid.OsidException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OperationalException, UserException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOsidException(String msg) Constructs aOsidExceptionwith the specified detail message.OsidException(String msg, Throwable t) Constructs aOsidExceptionwith the specified detail message and cause.Constructs aOsidExceptionwith 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
-
OsidException
-
OsidException
-
OsidException
Constructs aOsidExceptionwith 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
-