org.overlord.sramp.server.atom.services.errors
Class DerivedArtifactAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.overlord.sramp.common.SrampException
org.overlord.sramp.common.SrampUserException
org.overlord.sramp.server.atom.services.errors.DerivedArtifactAccessException
- All Implemented Interfaces:
- Serializable
public class DerivedArtifactAccessException
- extends SrampUserException
Exception thrown the user attempts to access a derived artifact in a way that is
not allowed (e.g. attempt to delete one).
- 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 |
DerivedArtifactAccessException
public DerivedArtifactAccessException()
- Constructor.
DerivedArtifactAccessException
public DerivedArtifactAccessException(ArtifactTypeEnum artifactType)
- Constructor.
- Parameters:
artifactType -
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.