org.ow2.petals.admin.api.artifact
Class ArtifactException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ArtifactException()
           
ArtifactException(java.lang.String message)
           
ArtifactException(java.lang.String message, java.lang.Throwable cause)
           
ArtifactException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.