Class UnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osid.OsidRuntimeException
org.osid.ConsumerContractException
org.osid.UnsupportedException
- All Implemented Interfaces:
Serializable
The given
Type or requested operation is not supported. The
appropriate interoperability test should be used to verify the use of any
Type to avoid this error.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aUnsupportedExceptionwith the specified detail message.UnsupportedException(String msg, Throwable t) Constructs aUnsupportedExceptionwith the specified detail message and cause.Constructs aUnsupportedExceptionwith 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
-
UnsupportedException
-
UnsupportedException
-
UnsupportedException
Constructs aUnsupportedExceptionwith 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
-