Class GlueException

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

public class GlueException extends RuntimeException
Base type for all exceptions thrown by Glue.
See Also:
  • 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