Package org.apache.openjpa.lib.conf
Class BootstrapException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.openjpa.lib.conf.BootstrapException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class BootstrapException extends RuntimeException
Exception recognized bybootstrapframework.- Since:
 - 0.4.1.4
 - Author:
 - Pinaki Poddar
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BootstrapException()BootstrapException(String message)BootstrapException(String message, Throwable cause)BootstrapException(Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFatal()BootstrapExceptionsetFatal(boolean fatal)- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setFatal
public BootstrapException setFatal(boolean fatal)
 
- 
isFatal
public boolean isFatal()
 
 - 
 
 -