Package com.tick42.glue.core
Class GlueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tick42.glue.core.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlueException(String message)Constructs a new Glue exception with the specified detail message.GlueException(String message, Throwable cause)Constructs a new Glue exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GlueException
public GlueException(String message)
Constructs a new Glue exception with the specified detail message.- Parameters:
message- the detail message
-
-