org.duracloud.error
Class InvalidIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.error.ContentStoreException
org.duracloud.error.InvalidIdException
- All Implemented Interfaces:
- java.io.Serializable, MessageFormattable
public class InvalidIdException
- extends ContentStoreException
Exception thrown when a space or content ID is invalid.
- Author:
- Bill Branan
- See Also:
- Serialized Form
Constructor Summary |
InvalidIdException(java.lang.String message)
|
InvalidIdException(java.lang.String task,
java.lang.String spaceId,
java.lang.Exception e)
|
InvalidIdException(java.lang.String task,
java.lang.String spaceId,
java.lang.String contentId,
java.lang.Exception e)
|
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 |
InvalidIdException
public InvalidIdException(java.lang.String message)
InvalidIdException
public InvalidIdException(java.lang.String task,
java.lang.String spaceId,
java.lang.Exception e)
InvalidIdException
public InvalidIdException(java.lang.String task,
java.lang.String spaceId,
java.lang.String contentId,
java.lang.Exception e)
Copyright © 2009-2011 DuraSpace. All Rights Reserved.