org.firebirdsql.pool
Class XConnectionUtil

java.lang.Object
  extended by org.firebirdsql.pool.XConnectionUtil

Deprecated.

@Deprecated
public class XConnectionUtil
extends java.lang.Object

Utility class.

Author:
Roman Rokytskyy

Constructor Summary
XConnectionUtil()
          Deprecated.  
 
Method Summary
static java.lang.String getStackTrace(java.lang.Throwable t)
          Deprecated. Get stack trace of the specified Throwable as string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XConnectionUtil

public XConnectionUtil()
Deprecated. 
Method Detail

getStackTrace

public static java.lang.String getStackTrace(java.lang.Throwable t)
Deprecated. 
Get stack trace of the specified Throwable as string.

Parameters:
t - throwable.
Returns:
stack trace of that throwable.


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.