Package com.aerospike.mapper.exceptions
Class NotAnnotatedClass
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aerospike.client.AerospikeException
com.aerospike.mapper.exceptions.NotAnnotatedClass
- All Implemented Interfaces:
Serializable
public class NotAnnotatedClass
extends com.aerospike.client.AerospikeException
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aerospike.client.AerospikeException
com.aerospike.client.AerospikeException.AsyncQueueFull, com.aerospike.client.AerospikeException.Backoff, com.aerospike.client.AerospikeException.Connection, com.aerospike.client.AerospikeException.InvalidNamespace, com.aerospike.client.AerospikeException.InvalidNode, com.aerospike.client.AerospikeException.Parse, com.aerospike.client.AerospikeException.QueryTerminated, com.aerospike.client.AerospikeException.ScanTerminated, com.aerospike.client.AerospikeException.Serialize, com.aerospike.client.AerospikeException.Timeout
-
Field Summary
Fields Modifier and Type Field Description static int
REASON_CODE
-
Constructor Summary
Constructors Constructor Description NotAnnotatedClass(String description)
-
Method Summary
Methods inherited from class com.aerospike.client.AerospikeException
getInDoubt, getIteration, getMessage, getNode, getPolicy, getResultCode, keepConnection, setInDoubt, setIteration, setNode, setPolicy
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
REASON_CODE
public static final int REASON_CODE- See Also:
- Constant Field Values
-
-
Constructor Details
-
NotAnnotatedClass
-