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

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

public class UnsupportedArtifactTypeException
extends ArtifactAdministrationException

The artifact type provided is not supported by the operation.

Author:
Christophe DENEUX - Linagora
See Also:
Serialized Form

Constructor Summary
UnsupportedArtifactTypeException(java.lang.String type)
           
 
Method Summary
 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

UnsupportedArtifactTypeException

public UnsupportedArtifactTypeException(java.lang.String type)
Method Detail

getType

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


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