org.firebirdsql.pool

Class XConnectionUtil


public class XConnectionUtil
extends java.lang.Object

Utility class.
Author:
Roman Rokytskyy

Method Summary

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

Method Details

getStackTrace

public static String getStackTrace(Throwable t)
Get stack trace of the specified Throwable as string.
Parameters:
t - throwable.
Returns:
stack trace of that throwable.

Copyright B) 2001 David Jencks and other authors. All rights reserved.