Package play.api

Class PlayException

    • Constructor Summary

      Constructors 
      Constructor Description
      PlayException​(java.lang.String title, java.lang.String description)  
      PlayException​(java.lang.String title, java.lang.String description, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • PlayException

        public PlayException​(java.lang.String title,
                             java.lang.String description,
                             java.lang.Throwable cause)
      • PlayException

        public PlayException​(java.lang.String title,
                             java.lang.String description)