com.ibm.wsspi.anno.targets

Class AnnotationTargets_Exception

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

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

Method Summary

Modifier and Type Method and Description
  1. static
  2. AnnotationTargets_Exception
wrap(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

  1. public static final java.lang.String CLASS_NAME

Constructor Detail

AnnotationTargets_Exception

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

AnnotationTargets_Exception

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

Method Detail

wrap

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