Class GlueException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextPathsNotSupportedException, GatewayRequestException, StreamSubscriptionRejectedException, WindowManagerException

public class GlueException
extends RuntimeException
Base type for all exceptions thrown by Glue.
See Also:
Serialized Form
  • Constructor Details

    • GlueException

      public GlueException​(String message)
      Constructs a new Glue exception with the specified detail message.
      Parameters:
      message - the detail message
    • GlueException

      public GlueException​(String message, Throwable cause)
      Constructs a new Glue exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause