Milyn-Smooks Version 0.4

org.milyn.delivery
Class UnsupportedContentDeliveryUnitTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.milyn.delivery.UnsupportedContentDeliveryUnitTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedContentDeliveryUnitTypeException
extends java.lang.Exception

Unsupported TransUnit type exception.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
UnsupportedContentDeliveryUnitTypeException(java.lang.String type)
          Public constructor.
 
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

UnsupportedContentDeliveryUnitTypeException

public UnsupportedContentDeliveryUnitTypeException(java.lang.String type)
Public constructor.

Parameters:
type - TransUnit type..

Milyn-Smooks Version 0.4