com.anabas.sharedlet
Class PermissionDeniedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.anabas.sharedlet.PermissionDeniedException

public class PermissionDeniedException
extends java.lang.Exception

Thrown by various sharedlet services when a sharedlet does not have access to a particular feature provided by the service.

See Also:
Serialized Form

Constructor Summary
PermissionDeniedException()
           
PermissionDeniedException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedException

public PermissionDeniedException(java.lang.String reason)

PermissionDeniedException

public PermissionDeniedException()