org.duracloud.error
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.error.ContentStoreException
org.duracloud.error.UnauthorizedException
- All Implemented Interfaces:
- 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(String message)
|
UnauthorizedException(String message,
Exception e)
|
UnauthorizedException(String task,
String spaceId,
Exception e)
|
UnauthorizedException(String task,
String spaceId,
String contentId,
Exception e)
|
UnauthorizedException(String task,
String srcSpaceId,
String srcContentId,
String destSpaceId,
String destContentId,
Exception e)
|
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 |
UnauthorizedException
public UnauthorizedException(String message)
UnauthorizedException
public UnauthorizedException(String message,
Exception e)
UnauthorizedException
public UnauthorizedException(String task,
String spaceId,
Exception e)
UnauthorizedException
public UnauthorizedException(String task,
String spaceId,
String contentId,
Exception e)
UnauthorizedException
public UnauthorizedException(String task,
String srcSpaceId,
String srcContentId,
String destSpaceId,
String destContentId,
Exception e)
Copyright © 2009-2012 DuraSpace. All Rights Reserved.