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

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.ArtifactTypeIsNeededException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactTypeIsNeededException
extends ArtifactAdministrationException

Several artifacts match the name, the artifact type MUST be provided to be able to find the right artifact.

Author:
Christophe DENEUX - Linagora
See Also:
Serialized Form

Constructor Summary
ArtifactTypeIsNeededException(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
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

ArtifactTypeIsNeededException

public ArtifactTypeIsNeededException(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Returns:
The artifact name matching several artifacts.


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