Class ActivityException

    • Constructor Summary

      Constructors 
      Constructor Description
      ActivityException()
      Instantiates a new ActivityException.
      ActivityException​(java.lang.String msg)
      Instantiates a new ActivityException.
      ActivityException​(java.lang.String msg, java.lang.Throwable cause)
      Instantiates a new ActivityException.
      ActivityException​(java.lang.Throwable cause)
      Instantiates a new ActivityException.
    • Method Summary

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

      • ActivityException

        public ActivityException()
        Instantiates a new ActivityException.
      • ActivityException

        public ActivityException​(java.lang.String msg)
        Instantiates a new ActivityException.
        Parameters:
        msg - a message to associate with the exception
      • ActivityException

        public ActivityException​(java.lang.Throwable cause)
        Instantiates a new ActivityException.
        Parameters:
        cause - the real cause of the exception
      • ActivityException

        public ActivityException​(java.lang.String msg,
                                 java.lang.Throwable cause)
        Instantiates a new ActivityException.
        Parameters:
        msg - the message
        cause - the real cause of the exception