org.dvb.net.rc
Class PermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.net.rc.PermissionDeniedException
All Implemented Interfaces:
java.io.Serializable

public class PermissionDeniedException
extends java.lang.Exception

Thrown when an application calls a method which it does not have permission to call at that time.

See Also:
Serialized Form

Constructor Summary
PermissionDeniedException()
          Default constructor for the exception
PermissionDeniedException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedException

public PermissionDeniedException()
Default constructor for the exception


PermissionDeniedException

public PermissionDeniedException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised