com.ibm.wsspi.anno.targets
Class AnnotationTargets_Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
static java.lang.String CLASS_NAME
           
 
Constructor Summary
AnnotationTargets_Exception(java.lang.String message)
           
AnnotationTargets_Exception(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
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)
           
 
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

public static final java.lang.String CLASS_NAME
Constructor Detail

AnnotationTargets_Exception

public AnnotationTargets_Exception(java.lang.String message)

AnnotationTargets_Exception

public AnnotationTargets_Exception(java.lang.String message,
                                   java.lang.Throwable cause)
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)