Package com.db4o.foundation
Class ChainedRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CompositeDb4oException,Db4oException,Db4oUnexpectedException,FieldIndexException,PrototypesException
public abstract class ChainedRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChainedRuntimeException.ChainedRuntimeExceptionMixin
-
Constructor Summary
Constructors Constructor Description ChainedRuntimeException()ChainedRuntimeException(java.lang.String msg)ChainedRuntimeException(java.lang.String msg, java.lang.Throwable cause)
-