Class NotSupportedIOTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.xml.transform.NotSupportedIOTypeException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS .
- Version:
- $Id: NotSupportedIOTypeException.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Gennady Azarenkov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an Exception without a message.NotSupportedIOTypeException(String message) Constructs an Exception with a detailed message.NotSupportedIOTypeException(Result result) Constructs an Exception with a message.NotSupportedIOTypeException(Source source) Constructs an Exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSupportedIOTypeException
public NotSupportedIOTypeException()Constructs an Exception without a message. -
NotSupportedIOTypeException
Constructs an Exception with a message. -
NotSupportedIOTypeException
Constructs an Exception with a message. -
NotSupportedIOTypeException
Constructs an Exception with a detailed message.- Parameters:
message- The message associated with the exception.
-