org.ikasan.framework.component.transformation
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ikasan.framework.component.transformation.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException
extends RuntimeException

Base TransformationException

Author:
Ikasan Development Team
See Also:
Serialized Form

Constructor Summary
TransformationException(String message)
          Constructor
TransformationException(Throwable cause)
          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

TransformationException

public TransformationException(Throwable cause)
Constructor

Parameters:
cause - - The cause

TransformationException

public TransformationException(String message)
Constructor

Parameters:
message - - The exception message


Copyright © 2007-2012 Ikasan. All Rights Reserved.