ncsa.tools.common.exceptions
Class BaseCommonException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byncsa.tools.common.exceptions.BaseCommonException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, CycleException, DeserializationException, EndOfCacheException, EnvironmentAccessException, EvaluationException, EventHandlingException, EventSupportException, FailedCommandException, FailedComparisonException, FatalErrorDuringOperationException, FileReadException, FileWriteException, InitializationException, InvalidStateException, NoSuchElementException, ParseException, PropertyResolutionException, ReflectionException, RemoteConnectionException, ResourceRetrievalException, ScanException, SecurityException, SerializationException, SourceDeletionFailure, TriggeredActionException, TypeConversionException, UnknownExtensionException, VerificationException

public class BaseCommonException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BaseCommonException()
           
BaseCommonException(java.lang.String message)
           
BaseCommonException(java.lang.String message, java.lang.Throwable cause)
           
BaseCommonException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseCommonException

public BaseCommonException()

BaseCommonException

public BaseCommonException(java.lang.String message,
                           java.lang.Throwable cause)

BaseCommonException

public BaseCommonException(java.lang.String message)

BaseCommonException

public BaseCommonException(java.lang.Throwable cause)