Package org.duracloud.durastore.error
Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.common.error.DuraCloudCheckedException
-
- org.duracloud.durastore.error.ResourceException
-
- org.duracloud.durastore.error.ResourceNotFoundException
-
- All Implemented Interfaces:
Serializable,MessageFormattable
public class ResourceNotFoundException extends ResourceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException(String task, String spaceId, Exception e)ResourceNotFoundException(String task, String spaceId, String contentId, Exception e)ResourceNotFoundException(String task, String srcStoreName, String srcSpaceId, String srcContentId, String destStoreName, String destSpaceId, String destContentId, Throwable t)ResourceNotFoundException(String task, String srcSpaceId, String srcContentId, String destSpaceId, String destContentId, Throwable t)
-
Method Summary
-
Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException
getArgs, getFormattedMessage, getKey, setArgs
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceNotFoundException
public ResourceNotFoundException(String task, String spaceId, Exception e)
-
ResourceNotFoundException
public ResourceNotFoundException(String task, String spaceId, String contentId, Exception e)
-
ResourceNotFoundException
public ResourceNotFoundException(String task, String srcSpaceId, String srcContentId, String destSpaceId, String destContentId, Throwable t)
-
-