biz.c24.io.api.transform
Class AbsentDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.c24.io.api.transform.AbsentDataException
All Implemented Interfaces:
Serializable

public class AbsentDataException
extends RuntimeException

An exception used to identify the situation where required input or output data to a transform has not been found.

See Also:
Serialized Form

Constructor Summary
AbsentDataException(String message)
          Creates a new instance with the specified message.
 
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

AbsentDataException

public AbsentDataException(String message)
Creates a new instance with the specified message.

Parameters:
message - The message.


C24 Technologies © 2002-2012: All Rights Reserved.