Class AnnotationServiceException

  • All Implemented Interfaces:
    Serializable

    public class AnnotationServiceException
    extends Exception
    General wrapping exception.
    Since:
    2.3M1
    Version:
    $Id: e78c54960f2c66a0352f6e9726aecbfedff0748f $
    See Also:
    Serialized Form
    • Constructor Detail

      • AnnotationServiceException

        public AnnotationServiceException​(String message)
        Builds an annotation exception with the specified message.
        Parameters:
        message - the message of this exception
      • AnnotationServiceException

        public AnnotationServiceException​(Throwable cause)
        Builds an annotation exception for the specified cause.
        Parameters:
        cause - the cause of this exception
      • AnnotationServiceException

        public AnnotationServiceException​(String message,
                                          Throwable cause)
        Builds an annotation exception for the specified cause with the specified message.
        Parameters:
        message - the message of this exception
        cause - the cause of the exception