Class X4OConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.io.X4OConnectionException
All Implemented Interfaces:
Serializable

public class X4OConnectionException extends Exception
X4OConnectionException is top level exception for io connections.
Version:
1.0 28 Apr, 2013
Author:
Willem Cazander
See Also:
  • Constructor Details

    • X4OConnectionException

      public X4OConnectionException()
      Constructs an X4OConnectionException without a detail message.
    • X4OConnectionException

      public X4OConnectionException(String message)
      Constructs an X4OConnectionException with a detail message.
      Parameters:
      message - The message of this Exception
    • X4OConnectionException

      public X4OConnectionException(Exception e)
      Creates an X4OConnectionException from a parent exception.
      Parameters:
      e - The error exception.
    • X4OConnectionException

      public X4OConnectionException(String message, Exception e)
      Constructs an X4OConnectionException with a detail message.
      Parameters:
      message - The message of this Exception
      e - The error exception.