com.melloware.jukes.exception
Class InfrastructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.lang.exception.NestableRuntimeException
                  extended by com.melloware.jukes.exception.InfrastructureException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class InfrastructureException
extends org.apache.commons.lang.exception.NestableRuntimeException

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

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III , Christian Bauer
See Also:
NestableRuntimeException, Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
InfrastructureException()
          Default Constructor.
InfrastructureException(String message)
           
InfrastructureException(String message, Throwable cause)
           
InfrastructureException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfrastructureException

public InfrastructureException()
Default Constructor.


InfrastructureException

public InfrastructureException(String message)

InfrastructureException

public InfrastructureException(Throwable cause)

InfrastructureException

public InfrastructureException(String message,
                               Throwable cause)


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.