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 Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASS_NAME 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Util_Exception(java.lang.String message) 
      Util_Exception(java.lang.String message, java.lang.Throwable cause) 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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) 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

        public static final java.lang.String CLASS_NAME
    • Constructor Detail

      • Util_Exception

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

        public Util_Exception(java.lang.String message,
                              java.lang.Throwable cause)
    • Method Detail

      • wrap

        public 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)