org.archiviststoolkit.exceptions
Class InfrastructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.archiviststoolkit.exceptions.InfrastructureException
All Implemented Interfaces:
java.io.Serializable

public class InfrastructureException
extends java.lang.RuntimeException

This exception is used to mark (fatal) failures in infrastructure and system code.

See Also:
Serialized Form

Constructor Summary
InfrastructureException()
           
InfrastructureException(java.lang.String message)
           
InfrastructureException(java.lang.String message, java.lang.Throwable cause)
           
InfrastructureException(java.lang.Throwable cause)
           
 
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

InfrastructureException

public InfrastructureException()

InfrastructureException

public InfrastructureException(java.lang.String message)

InfrastructureException

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

InfrastructureException

public InfrastructureException(java.lang.Throwable cause)