Class GripException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    GripServerException

    public abstract class GripException
    extends java.lang.RuntimeException
    An exception thrown when something goes wrong with an internal GRIP operation. This class is abstract to encourage making subclasses for specific cases.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GripException​(java.lang.String message)  
      GripException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GripException

        public GripException​(java.lang.String message)
      • GripException

        public GripException​(java.lang.String message,
                             java.lang.Throwable cause)