Class AvailableInAnotherContextException

    • Constructor Detail

      • AvailableInAnotherContextException

        public AvailableInAnotherContextException​(String message)
        Instantiates a new available in another context exception.
        Parameters:
        message - the message
      • AvailableInAnotherContextException

        public AvailableInAnotherContextException​(Throwable cause)
        Instantiates a new available in another context exception.
        Parameters:
        cause - the cause
      • AvailableInAnotherContextException

        public AvailableInAnotherContextException​(String message,
                                                  Throwable cause)
        Instantiates a new available in another context exception.
        Parameters:
        message - the message
        cause - the cause