org.mobicents.servlet.sip.annotations
Class AnnotationVerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.servlet.sip.annotations.AnnotationVerificationException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationVerificationException
extends java.lang.Exception

Thrown when an annotation doesn't respect the restrictions it shoud follow

Author:
Jean Deruelle
See Also:
Serialized Form

Constructor Summary
AnnotationVerificationException()
          
AnnotationVerificationException(java.lang.String message)
          
AnnotationVerificationException(java.lang.String message, java.lang.Throwable cause)
          
AnnotationVerificationException(java.lang.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

AnnotationVerificationException

public AnnotationVerificationException()


AnnotationVerificationException

public AnnotationVerificationException(java.lang.String message)


AnnotationVerificationException

public AnnotationVerificationException(java.lang.Throwable cause)


AnnotationVerificationException

public AnnotationVerificationException(java.lang.String message,
                                       java.lang.Throwable cause)



Copyright © 2008. All Rights Reserved.