Class NotSupportedIOTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.xml.transform.NotSupportedIOTypeException
All Implemented Interfaces:
Serializable

public class NotSupportedIOTypeException extends Exception
Created by The eXo Platform SAS .
Version:
$Id: NotSupportedIOTypeException.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Gennady Azarenkov
See Also:
  • Constructor Details

    • NotSupportedIOTypeException

      public NotSupportedIOTypeException()
      Constructs an Exception without a message.
    • NotSupportedIOTypeException

      public NotSupportedIOTypeException(Result result)
      Constructs an Exception with a message.
    • NotSupportedIOTypeException

      public NotSupportedIOTypeException(Source source)
      Constructs an Exception with a message.
    • NotSupportedIOTypeException

      public NotSupportedIOTypeException(String message)
      Constructs an Exception with a detailed message.
      Parameters:
      message - The message associated with the exception.