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.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • NotAnnotatedClass

      public NotAnnotatedClass​(String description)