org.xcmis.spi
Class PermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xcmis.spi.CmisRuntimeException
                  extended by org.xcmis.spi.PermissionDeniedException
All Implemented Interfaces:
Serializable

public final class PermissionDeniedException
extends CmisRuntimeException

If there is no permission for operation.

Version:
$Id: PermissionDeniedException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
PermissionDeniedException()
          Construct instance PermissionDeniedException without message.
PermissionDeniedException(String message)
          Construct instance PermissionDeniedException with message.
PermissionDeniedException(String message, Throwable cause)
          Construct instance PermissionDeniedException with message and cause exception.
PermissionDeniedException(Throwable cause)
          Construct instance PermissionDeniedException with cause exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedException

public PermissionDeniedException()
Construct instance PermissionDeniedException without message.


PermissionDeniedException

public PermissionDeniedException(String message)
Construct instance PermissionDeniedException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

PermissionDeniedException

public PermissionDeniedException(String message,
                                 Throwable cause)
Construct instance PermissionDeniedException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

PermissionDeniedException

public PermissionDeniedException(Throwable cause)
Construct instance PermissionDeniedException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.