Serialized Form
-
Package org.refcodes.exception
-
Exception org.refcodes.exception.AbstractException
class AbstractException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_errorCode
String _errorCode
-
-
Exception org.refcodes.exception.AbstractHiddenException
class AbstractHiddenException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_errorCode
String _errorCode
-
-
Exception org.refcodes.exception.AbstractIOException
class AbstractIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_errorCode
String _errorCode
-
-
Exception org.refcodes.exception.AbstractRuntimeException
class AbstractRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_errorCode
String _errorCode
-
-
Exception org.refcodes.exception.BugException
class BugException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.DisposedException
class DisposedException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.IntegrityException
class IntegrityException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.LockedException
class LockedException extends AbstractException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.LockedException.LockedRuntimeException
class LockedRuntimeException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.MarshalException
class MarshalException extends AbstractException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.RuntimeIOException
class RuntimeIOException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_errorCode
String _errorCode
-
-
Exception org.refcodes.exception.TimeoutIOException
class TimeoutIOException extends AbstractIOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_timeoutInMs
long _timeoutInMs
-
-
Exception org.refcodes.exception.UnmarshalException
class UnmarshalException extends AbstractException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_offset
int _offset
-
-
Exception org.refcodes.exception.VerifyRuntimeException
class VerifyRuntimeException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.VetoException
class VetoException extends AbstractException implements Serializable- serialVersionUID:
- 1L
-
Exception org.refcodes.exception.VetoException.VetoRuntimeException
class VetoRuntimeException extends AbstractRuntimeException implements Serializable- serialVersionUID:
- 1L
-