org.dvb.net.rc
Class PermissionDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.net.rc.PermissionDeniedException
- All Implemented Interfaces:
- Serializable
public class PermissionDeniedException
- extends Exception
Thrown when an application calls a method which it does not
have permission to call at that time.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PermissionDeniedException
public PermissionDeniedException()
- Default constructor for the exception
PermissionDeniedException
public PermissionDeniedException(String reason)
- Constructor for the exception with a specified reason
- Parameters:
reason
- the reason why the exception was raised