Package network.oxalis.api.lang
Class OxalisTransmissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.api.lang.OxalisException
-
- network.oxalis.api.lang.OxalisTransmissionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VerifierException
public class OxalisTransmissionException extends OxalisException
Thrown when there is a problem related to the actual transmission protocol.Created by soc on 17.06.2016.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OxalisTransmissionException(String message)OxalisTransmissionException(String message, Throwable cause)OxalisTransmissionException(String msg, URI url, Throwable e)OxalisTransmissionException(URI url, Throwable 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
-
OxalisTransmissionException
public OxalisTransmissionException(String message)
-
-