com.ibm.wsspi.anno.util

Class Util_Exception

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.wsspi.anno.util.Util_Exception
All implemented interfaces:
java.io.Serializable

  1. public class Util_Exception
  2. extends java.lang.Exception
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
CLASS_NAME

Constructor Summary

Constructor and Description
Util_Exception(java.lang.String message)
Util_Exception(java.lang.String message,java.lang.Throwable cause)

Method Summary

Modifier and Type Method and Description
  1. static
  2. Util_Exception
wrap(TraceComponent tc,java.lang.String callingClassName,java.lang.String callingMethodName,java.lang.String message,java.lang.Throwable th)
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

CLASS_NAME

  1. public static final java.lang.String CLASS_NAME

Constructor Detail

Util_Exception

  1. public Util_Exception(java.lang.String message)

Util_Exception

  1. public Util_Exception(java.lang.String message,
  2. java.lang.Throwable cause)

Method Detail

wrap

  1. public static Util_Exception wrap( TraceComponent tc,
  2. java.lang.String callingClassName,
  3. java.lang.String callingMethodName,
  4. java.lang.String message,
  5. java.lang.Throwable th)