org.overlord.sramp.common
Class ArtifactNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.overlord.sramp.common.SrampException
org.overlord.sramp.common.SrampUserException
org.overlord.sramp.common.ArtifactNotFoundException
- All Implemented Interfaces:
- Serializable
public class ArtifactNotFoundException
- extends SrampUserException
Exception thrown when the user attempts to access an artifact that does not exist.
- Author:
- eric.wittmann@redhat.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArtifactNotFoundException
public ArtifactNotFoundException()
- Constructor.
ArtifactNotFoundException
public ArtifactNotFoundException(String uuid)
- Constructor.
- Parameters:
message -
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.