Package org.xwiki.annotation
Class AnnotationServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.annotation.AnnotationServiceException
-
- All Implemented Interfaces:
Serializable
public class AnnotationServiceException extends Exception
General wrapping exception.- Since:
- 2.3M1
- Version:
- $Id: e78c54960f2c66a0352f6e9726aecbfedff0748f $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationServiceException(String message)
Builds an annotation exception with the specified message.AnnotationServiceException(String message, Throwable cause)
Builds an annotation exception for the specified cause with the specified message.AnnotationServiceException(Throwable cause)
Builds an annotation exception for the specified cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-