Class X4OConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.io.X4OConnectionException
- All Implemented Interfaces:
Serializable
X4OConnectionException is top level exception for io connections.
- Version:
- 1.0 28 Apr, 2013
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an X4OConnectionException without a detail message.Creates an X4OConnectionException from a parent exception.X4OConnectionException
(String message) Constructs an X4OConnectionException with a detail message.X4OConnectionException
(String message, Exception e) Constructs an X4OConnectionException with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
X4OConnectionException
public X4OConnectionException()Constructs an X4OConnectionException without a detail message. -
X4OConnectionException
Constructs an X4OConnectionException with a detail message.- Parameters:
message
- The message of this Exception
-
X4OConnectionException
Creates an X4OConnectionException from a parent exception.- Parameters:
e
- The error exception.
-
X4OConnectionException
-