Package it.polito.appeal.traci
Class TraCIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- it.polito.appeal.traci.TraCIException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TraCIException.UnexpectedData
public class TraCIException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TraCIException.UnexpectedData
static class
TraCIException.UnexpectedDatatype
static class
TraCIException.UnexpectedResponse
-
Constructor Summary
Constructors Constructor Description TraCIException()
TraCIException(java.lang.String msg)
-