Class NoAccessException
- All Implemented Interfaces:
Serializable
The value cannot be changed. The metadata for the data element or
property should be checked to avoid this error. This condition is the
result of supplying a value to an
OsidForm where the provider does
not implement or permit changes to the element.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoAccessException(String msg) Constructs aNoAccessExceptionwith the specified detail message.NoAccessException(String msg, Throwable t) Constructs aNoAccessExceptionwith the specified detail message and cause.Constructs aNoAccessExceptionwith 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
-
NoAccessException
-
NoAccessException
-
NoAccessException
Constructs aNoAccessExceptionwith 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
-