Package org.oxerr.seatgeek.client.model
Class SeatGeekException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.oxerr.seatgeek.client.model.SeatGeekException
-
- All Implemented Interfaces:
Serializable
public class SeatGeekException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeatGeekException()
SeatGeekException(String message)
SeatGeekException(String message, Throwable cause)
SeatGeekException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-