com.atlassian.config.bootstrap
Class BootstrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.config.bootstrap.BootstrapException
All Implemented Interfaces:
java.io.Serializable

public class BootstrapException
extends java.lang.Exception

BootstrapException: reports exceptions for any bootstrapping activities nickf Nov 9, 2004 12:58:36 PM

See Also:
Serialized Form

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

BootstrapException

public BootstrapException()

BootstrapException

public BootstrapException(java.lang.String message)

BootstrapException

public BootstrapException(java.lang.Throwable cause)

BootstrapException

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


Copyright © 2006-2008 Atlassian Pty Ltd. All Rights Reserved.