org.clapper.curn
Class BootstrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.clapper.curn.BootstrapException
All Implemented Interfaces:
java.io.Serializable

public class BootstrapException
extends java.lang.Exception

Version:
$Revision: 6300 $
See Also:
Serialized Form

Constructor Summary
BootstrapException()
          Creates a new instance of BootstrapException without a detail message.
BootstrapException(java.lang.String msg)
          Constructs an instance of BootstrapException with the specified detail message.
BootstrapException(java.lang.String msg, java.lang.Throwable ex)
          Constructs an instance of BootstrapException with the specified detail message and nested exception.
 
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()
Creates a new instance of BootstrapException without a detail message.


BootstrapException

public BootstrapException(java.lang.String msg)
Constructs an instance of BootstrapException with the specified detail message.

Parameters:
msg - the detail message.

BootstrapException

public BootstrapException(java.lang.String msg,
                          java.lang.Throwable ex)
Constructs an instance of BootstrapException with the specified detail message and nested exception.

Parameters:
msg - the detail message.
ex - the real cause of the exception


Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.