Class ProjectionException

    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectionException()
      Constructs a new exception with no detail message.
      ProjectionException​(String message)
      Constructs a new exception with the specified detail message.
      ProjectionException​(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      ProjectionException​(Throwable cause)
      Constructs a new exception with the specified cause.
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

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

      • ProjectionException

        public ProjectionException()
        Constructs a new exception with no detail message.
      • ProjectionException

        public ProjectionException​(String message)
        Constructs a new exception with the specified detail message.
      • ProjectionException

        public ProjectionException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Since:
        2.5
      • ProjectionException

        public ProjectionException​(String message,
                                   Throwable cause)
        Constructs a new exception with the specified detail message and cause.