Class InactivityStateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InactivityStateException
    extends java.lang.IllegalStateException
    Exception occurs when there is no current activity.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InactivityStateException()
      Constructs a InactivityStateException.
    • 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

      • InactivityStateException

        public InactivityStateException()
        Constructs a InactivityStateException.