public class NoAccessException extends ConsumerContractException
OsidForm where the
provider does not implement or permit changes to the element.| Constructor and Description |
|---|
NoAccessException(java.lang.String msg)
Constructs a
NoAccessException with the specified
detail message. |
NoAccessException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
NoAccessException with the specified
detail message and cause. |
NoAccessException(java.lang.Throwable t)
Constructs a
NoAccessException with the specified
cause and a detail message of
cause.toString() which typically contains the class and
detail message of cause. |
public NoAccessException(java.lang.String msg)
NoAccessException with the specified
detail message. The error message string msg can
later be retrieved by the getMessage() method of
Throwable.msg - the error messagepublic NoAccessException(java.lang.String msg,
java.lang.Throwable t)
NoAccessException with the specified
detail message and cause. The error message string msg can
later be retrieved by the getMessage() method of
Throwable.msg - the error messaget - the cause of the exceptionpublic NoAccessException(java.lang.Throwable t)
NoAccessException with the specified
cause and a detail message of
cause.toString() which typically contains the class and
detail message of cause.t - the cause of the exception