Class ProxyExceptionEvent


  • public class ProxyExceptionEvent
    extends Event
    Called whenever an exception is thrown in a recoverable section of the server.
    • Constructor Detail

      • ProxyExceptionEvent

        public ProxyExceptionEvent​(ProxyException exception)
    • Method Detail

      • getException

        public ProxyException getException()
        Gets the wrapped exception that was thrown.
        Returns:
        Exception thrown