com.ibm.wsspi.anno.info

Class InfoStoreException

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

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

Method Summary

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

InfoStoreException

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

InfoStoreException

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

Method Detail

wrap

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