org.apache.openjpa.lib.conf
Class BootstrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.openjpa.lib.conf.BootstrapException
All Implemented Interfaces:
Serializable

public class BootstrapException
extends RuntimeException

Exception recognized by bootstrap framework.

Since:
0.4.1.4
Author:
Pinaki Poddar
See Also:
Serialized Form

Constructor Summary
BootstrapException()
           
BootstrapException(String message)
           
BootstrapException(String message, Throwable cause)
           
BootstrapException(Throwable cause)
           
 
Method Summary
 boolean isFatal()
           
 BootstrapException setFatal(boolean fatal)
           
 
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(String message)

BootstrapException

public BootstrapException(Throwable cause)

BootstrapException

public BootstrapException(String message,
                          Throwable cause)
Method Detail

setFatal

public BootstrapException setFatal(boolean fatal)

isFatal

public boolean isFatal()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.