com.melloware.jukes.exception
Class InfrastructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
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
| Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
| Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
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.