org.apache.geronimo.jaxws.annotations
Class AnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.jaxws.annotations.AnnotationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InjectionException

public class AnnotationException
extends Exception

See Also:
Serialized Form

Constructor Summary
AnnotationException()
           
AnnotationException(String message)
           
AnnotationException(String message, Throwable cause)
           
AnnotationException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationException

public AnnotationException()

AnnotationException

public AnnotationException(String message)

AnnotationException

public AnnotationException(String message,
                           Throwable cause)

AnnotationException

public AnnotationException(Throwable cause)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.