Package play.api

Class UsefulException

    • Field Detail

      • title

        public String title
        Exception title.
      • description

        public String description
        Exception description.
      • cause

        public Throwable cause
        Exception cause if defined.
      • id

        public String id
        Unique id for this exception.
    • Constructor Detail

      • UsefulException

        public UsefulException​(String message,
                               Throwable cause)
      • UsefulException

        public UsefulException​(String message)