Package com.ibm.wsspi.anno.targets
Class AnnotationTargets_Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wsspi.anno.targets.AnnotationTargets_Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class AnnotationTargets_Exception extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLASS_NAME
-
Constructor Summary
Constructors Constructor Description AnnotationTargets_Exception(java.lang.String message)
AnnotationTargets_Exception(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationTargets_Exception
wrap(com.ibm.websphere.ras.TraceComponent logger, java.lang.String callingClassName, java.lang.String callingMethodName, java.lang.String message, java.lang.Throwable th)
-
-
-
Method Detail
-
wrap
public static AnnotationTargets_Exception wrap(com.ibm.websphere.ras.TraceComponent logger, java.lang.String callingClassName, java.lang.String callingMethodName, java.lang.String message, java.lang.Throwable th)
-
-