Package org.xwiki.annotation.io
Class IOServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.annotation.io.IOServiceException
-
- All Implemented Interfaces:
Serializable
public class IOServiceException extends Exception
Thrown when an input/output error occurs.- Since:
- 2.3M1
- Version:
- $Id: 3e84a2431e22a9aa42afe65372ffbe8ca233474f $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOServiceException(String message)
Builds an IOService exception with the specified message.IOServiceException(String message, Throwable cause)
Builds an IOService exception for the specified cause with the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IOServiceException
public IOServiceException(String message)
Builds an IOService exception with the specified message.- Parameters:
message
- the message of this exception
-
-