Package com.db4o.internal
Class ReflectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.internal.ReflectException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReflectException extends Db4oRecoverableException
db4o-specific exception.
This exception is thrown when one of the db4o reflection methods fails.- See Also:
com.db4o.reflect
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description ReflectException(java.lang.String message)
Constructor with messageReflectException(java.lang.String msg, java.lang.Throwable cause)
ReflectException(java.lang.Throwable cause)
Constructor with the cause exception
-
-
-
Constructor Detail
-
ReflectException
public ReflectException(java.lang.String msg, java.lang.Throwable cause)
-
ReflectException
public ReflectException(java.lang.Throwable cause)
Constructor with the cause exception- Parameters:
cause
- cause exception
-
ReflectException
public ReflectException(java.lang.String message)
Constructor with message- Parameters:
message
- detailed explanation
-
-