cartago
Class CartagoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cartago.CartagoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArtifactAlreadyPresentException, ArtifactConfigurationFailedException, ArtifactNotAvailableException, ArtifactStateNotAlignedException, CartagoNodeAlreadyActiveException, CartagoNodeNotActiveException, FeatureNotSupportedException, InvalidManualException, ManualAlreadyRegisteredException, ManualNotAvailableException, NoArtifactException, OperationException, OperationExecutionException, OperationUnavailableException, OpRequestTimeoutException, SessionNotAvailableException, UnknownArtifactException, UnknownArtifactStateException, UnknownArtifactTemplateException

public class CartagoException
extends java.lang.Exception
implements java.io.Serializable

Base class for Cartago exceptions

Author:
aricci
See Also:
Serialized Form

Constructor Summary
CartagoException()
          Costruttore di default
CartagoException(java.lang.String arg)
          Costruttore con messaggio d'eccezione
 
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

CartagoException

public CartagoException()
Costruttore di default


CartagoException

public CartagoException(java.lang.String arg)
Costruttore con messaggio d'eccezione



>DEIS - University of Bologna