uk.co.gidley.jmxmonitor.services
Class InitialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by uk.co.gidley.jmxmonitor.services.InitialisationException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

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

Created by IntelliJ IDEA. User: ben Date: Dec 28, 2009 Time: 9:10:01 AM

See Also:
Serialized Form

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

InitialisationException

public InitialisationException()

InitialisationException

public InitialisationException(String msg)

InitialisationException

public InitialisationException(Throwable cause)

InitialisationException

public InitialisationException(String msg,
                               Throwable cause)


Copyright © 2009-2010. All Rights Reserved.