com.rhi.architecture.resource
Class InitializationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.rhi.architecture.resource.InitializationException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class InitializationException
extends org.apache.commons.lang.exception.NestableException

InitializationException Class. Used by batch application framework.

Since:
1.0
Author:
Pete McKinstry
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
InitializationException()
          Constructor
InitializationException(java.lang.String pMessage)
          Constructor
InitializationException(java.lang.String msg, java.lang.Throwable cause)
          Constructor
InitializationException(java.lang.Throwable cause)
          Constructor
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
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

InitializationException

public InitializationException()
Constructor


InitializationException

public InitializationException(java.lang.String pMessage)
Constructor

Parameters:
pMessage -

InitializationException

public InitializationException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

InitializationException

public InitializationException(java.lang.String msg,
                               java.lang.Throwable cause)
Constructor

Parameters:
msg -
cause -


Copyright © 2002-2004 Robert Half International. All Rights Reserved.