ch.systemsx.cisd.common.exceptions
Class HighLevelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.HighLevelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationFailureException, EnvironmentFailureException, InvalidAuthenticationException, InvalidExternalDataException, UserFailureException

public abstract class HighLevelException
extends java.lang.RuntimeException

An exception that is "high-level" in the sense that we have a pretty good understanding what the failure means in the context where the exception has been thrown.

See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait