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