Class TunnelException

  • All Implemented Interfaces:
    Serializable

    public class TunnelException
    extends RuntimeException
    Exception used for tunneling checked exceptions through places where checked exceptipons are not allowed (e.g. callbacks). This exception must not appear to the "outside", it must be caught and transformed back to the original form.
    Author:
    Radovan Semancik
    See Also:
    Serialized Form
    • Constructor Detail

      • TunnelException

        public TunnelException()
      • TunnelException

        public TunnelException​(String message,
                               Throwable cause)
      • TunnelException

        public TunnelException​(String message)
      • TunnelException

        public TunnelException​(Throwable cause)