Class LookupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tenapull.data.persistence.DbException
tenapull.data.persistence.LookupException
All Implemented Interfaces:
java.io.Serializable

public class LookupException
extends DbException
Exception thrown when there is unexpected behavior during a lookup dao operation
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    LookupException​(java.lang.String msg, java.lang.Class pojoType)
    Instantiates a new Lookup exception.
    LookupException​(java.lang.String msg, java.lang.Throwable rootCause, java.lang.Class pojoType)
    Instantiates a new Lookup exception.
    LookupException​(java.lang.Throwable rootCause, java.lang.Class pojoType)
    Instantiates a new Lookup exception.
  • Method Summary

    Methods inherited from class tenapull.data.persistence.DbException

    getPojoType

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LookupException

      public LookupException​(java.lang.String msg, java.lang.Class pojoType)
      Instantiates a new Lookup exception.
      Parameters:
      msg - the msg
      pojoType - the pojo type
    • LookupException

      public LookupException​(java.lang.String msg, java.lang.Throwable rootCause, java.lang.Class pojoType)
      Instantiates a new Lookup exception.
      Parameters:
      msg - the msg
      rootCause - the root cause
      pojoType - the pojo type
    • LookupException

      public LookupException​(java.lang.Throwable rootCause, java.lang.Class pojoType)
      Instantiates a new Lookup exception.
      Parameters:
      rootCause - the root cause
      pojoType - the pojo type