org.ow2.petals.admin.api.exception
Class ArtifactNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.admin.api.exception.ArtifactAdministrationException
              extended by org.ow2.petals.admin.api.exception.ArtifactNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactNotFoundException
extends ArtifactAdministrationException

Exception thrown when an artifact can not be found.

Author:
Christophe DENEUX - Linagora
See Also:
Serialized Form

Constructor Summary
ArtifactNotFoundException(java.lang.String type, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 
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

ArtifactNotFoundException

public ArtifactNotFoundException(java.lang.String type,
                                 java.lang.String name)
Method Detail

getType

public java.lang.String getType()
Returns:
The unsupported artifact type

getName

public java.lang.String getName()
Returns:
The unsupported artifact name


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.