org.bss.esb.transform
Class TransformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bss.esb.transform.TransformException
All Implemented Interfaces:
java.io.Serializable

public class TransformException
extends java.lang.Exception

This exception is thrown by the TransformHandler in case it is not able to transform the message.

Version:
1.0
Author:
Balwinder Sodhi
See Also:
TransformHandler, Serialized Form

Constructor Summary
TransformException(java.lang.String s)
           
TransformException(java.lang.String s, java.lang.Throwable throwable)
           
TransformException(java.lang.Throwable throwable)
           
 
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

TransformException

public TransformException(java.lang.String s)

TransformException

public TransformException(java.lang.Throwable throwable)

TransformException

public TransformException(java.lang.String s,
                          java.lang.Throwable throwable)


Copyright © 2005 Balwinder Sodhi. All Rights Reserved.