org.duracloud.error
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.duracloud.common.error.DuraCloudCheckedException
              extended by org.duracloud.error.ContentStoreException
                  extended by org.duracloud.error.UnauthorizedException
All Implemented Interfaces:
java.io.Serializable, org.duracloud.common.error.MessageFormattable

public class UnauthorizedException
extends ContentStoreException

Exception thrown when a request is not accepted because the caller is not authorized to perform the function

Author:
Bill Branan
See Also:
Serialized Form

Constructor Summary
UnauthorizedException(java.lang.String message)
           
UnauthorizedException(java.lang.String message, java.lang.Exception e)
           
UnauthorizedException(java.lang.String task, java.lang.String spaceId, java.lang.Exception e)
           
UnauthorizedException(java.lang.String task, java.lang.String spaceId, java.lang.String contentId, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException
getArgs, getFormattedMessage, getKey, setArgs
 
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

UnauthorizedException

public UnauthorizedException(java.lang.String message)

UnauthorizedException

public UnauthorizedException(java.lang.String message,
                             java.lang.Exception e)

UnauthorizedException

public UnauthorizedException(java.lang.String task,
                             java.lang.String spaceId,
                             java.lang.Exception e)

UnauthorizedException

public UnauthorizedException(java.lang.String task,
                             java.lang.String spaceId,
                             java.lang.String contentId,
                             java.lang.Exception e)


Copyright © 2009-2011 DuraSpace. All Rights Reserved.