public class AccessException extends RemoteException
AccessException
is thrown to
indicate that the caller does not have permission to perform the action
requested by the method call. If the method was invoked from a non-local
host, then an AccessException
is thrown.
,
,
Serialized Formdetail
Constructor and Description |
---|
AccessException(String s)
Constructs an
AccessException with the specified
detail message. |
AccessException(String s,
Exception ex)
Constructs an
AccessException with the specified
detail message and nested exception. |
getCause, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessException(String s)
AccessException
with the specified
detail message.s
- the detail messageCopyright © 2013 CableLabs. All Rights Reserved.