org.milyn.delivery
Class UnsupportedContentHandlerTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.milyn.delivery.UnsupportedContentHandlerTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedContentHandlerTypeException
extends Exception

Unsupported ContentHandler type exception.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
UnsupportedContentHandlerTypeException(String type)
          Public constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedContentHandlerTypeException

public UnsupportedContentHandlerTypeException(String type)
Public constructor.

Parameters:
type - ContentHandler type.


Copyright © 2009. All Rights Reserved.