Package com.ibm.wsspi.anno.util
Class Util_Exception
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.wsspi.anno.util.Util_Exception
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class Util_Exception extends java.lang.Exception- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCLASS_NAME
 - 
Constructor SummaryConstructors Constructor Description Util_Exception(java.lang.String message)Util_Exception(java.lang.String message, java.lang.Throwable cause)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Util_Exceptionwrap(com.ibm.websphere.ras.TraceComponent tc, java.lang.String callingClassName, java.lang.String callingMethodName, java.lang.String message, java.lang.Throwable th)
 
- 
- 
- 
Method Detail- 
wrappublic static Util_Exception wrap(com.ibm.websphere.ras.TraceComponent tc, java.lang.String callingClassName, java.lang.String callingMethodName, java.lang.String message, java.lang.Throwable th) 
 
- 
 
-