Package edu.wpi.grip.core.exception
Class GripServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wpi.grip.core.exception.GripException
-
- edu.wpi.grip.core.exception.GripServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class GripServerException extends GripException
An exception thrown when something goes wrong in theGripServer
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GripServerException(java.lang.String message)
GripServerException(java.lang.String message, java.lang.Throwable cause)
-