com.ibm.gcs.db.component
Class DB2ComponentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.gcs.component.NLSRuntimeException
|
+--com.ibm.gcs.db.component.DB2ComponentException
- All Implemented Interfaces:
- java.io.Serializable
- public class DB2ComponentException
- extends NLSRuntimeException
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASS_ID
|
Constructor Summary |
DB2ComponentException()
(constructor) |
DB2ComponentException(java.lang.Exception e)
(constructor) Wraps an exception as a DB2ComponentException. |
DB2ComponentException(java.lang.Exception e,
java.lang.String urlString)
(constructor) Wraps an exception as a DB2ComponentException
for a particular urlString
Exception message will be:
[xx.yyy.FooException: my message] for http://www.foobar.com/yyyy. |
DB2ComponentException(java.lang.String messageKey)
(constructor) |
DB2ComponentException(java.lang.String messageKey,
java.lang.Object param)
(constructor) |
DB2ComponentException(java.lang.String messageKey,
java.lang.Object[] params)
(constructor) |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_ID
public static final java.lang.String CLASS_ID
DB2ComponentException
public DB2ComponentException()
- (constructor)
DB2ComponentException
public DB2ComponentException(java.lang.String messageKey)
- (constructor)
- Parameters:
messageKey
- The NLS message key.
DB2ComponentException
public DB2ComponentException(java.lang.String messageKey,
java.lang.Object param)
- (constructor)
- Parameters:
messageKey
- The NLS message key.parameter
- The first parameter for the NLS message
DB2ComponentException
public DB2ComponentException(java.lang.String messageKey,
java.lang.Object[] params)
- (constructor)
- Parameters:
messageKey
- The NLS message key.params
- An array of parameters
DB2ComponentException
public DB2ComponentException(java.lang.Exception e)
- (constructor) Wraps an exception as a DB2ComponentException.
Exception message will be:
[xx.yyy.FooException: my message]
- Parameters:
exception
- The exception to wrap.
DB2ComponentException
public DB2ComponentException(java.lang.Exception e,
java.lang.String urlString)
- (constructor) Wraps an exception as a DB2ComponentException
for a particular urlString
Exception message will be:
[xx.yyy.FooException: my message] for http://www.foobar.com/yyyy.
- Parameters:
exception
- The exception to wrap.urlString
- The url that was being handled while this
exception occurred.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.