org.ow2.petals.admin.api.artifact
Class ArtifactException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.admin.api.artifact.ArtifactException
- All Implemented Interfaces:
- java.io.Serializable
public class ArtifactException
- extends java.lang.Exception
An ArtifactException is thrown when a remote archive can not be reached or is corrupted.
- Author:
- Nicolas Oddoux - EBM WebSourcing
- See Also:
- Serialized Form
| 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 |
ArtifactException
public ArtifactException()
ArtifactException
public ArtifactException(java.lang.String message,
java.lang.Throwable cause)
ArtifactException
public ArtifactException(java.lang.String message)
ArtifactException
public ArtifactException(java.lang.Throwable cause)
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.