public class Util
extends java.lang.Object
Title: Dataspace Framework
Description: Dataspace underlying provider implementation
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static SQLException |
connectionClosedException() |
static SQLException |
invalidArgument() |
static SQLException |
invalidArgument(java.lang.String name) |
static SQLException |
nullArgument() |
static SQLException |
outOfRangeArgument() |
static SQLException |
outOfRangeArgument(java.lang.String name) |
static SQLException |
sqlException(DataspaceException e) |
static SQLException |
sqlException(DataspaceException e,
java.lang.Throwable cause) |
static SQLException |
sqlException(int id) |
static SQLException |
sqlException(int id,
int add) |
static SQLException |
sqlException(int id,
java.lang.String message) |
static SQLException |
sqlException(int id,
java.lang.String message,
java.lang.Throwable cause) |
static SQLException |
sqlException(com.streamscape.ds.result.Result r) |
static SQLException |
sqlException(java.lang.String msg,
java.lang.String sqlstate,
int code,
java.lang.Throwable cause) |
static SQLException |
sqlException(java.lang.Throwable t) |
static SQLException |
sqlExceptionSQL(int id) |
static SQLWarning |
sqlWarning(com.streamscape.ds.result.Result r) |
public static final SQLException sqlException(DataspaceException e)
public static final SQLException sqlException(DataspaceException e, java.lang.Throwable cause)
public static final SQLException sqlException(int id)
public static final SQLException sqlExceptionSQL(int id)
public static final SQLException sqlException(int id, java.lang.String message)
public static final SQLException sqlException(int id, java.lang.String message, java.lang.Throwable cause)
public static final SQLException sqlException(int id, int add)
public static SQLException nullArgument()
public static SQLException invalidArgument()
public static SQLException invalidArgument(java.lang.String name)
public static SQLException outOfRangeArgument()
public static SQLException outOfRangeArgument(java.lang.String name)
public static SQLException connectionClosedException()
public static SQLWarning sqlWarning(com.streamscape.ds.result.Result r)
public static SQLException sqlException(java.lang.Throwable t)
public static SQLException sqlException(com.streamscape.ds.result.Result r)
public static final SQLException sqlException(java.lang.String msg, java.lang.String sqlstate, int code, java.lang.Throwable cause)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.