com.endeca.itl.web.process
Class RecordOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.web.process.RecordOutputException
All Implemented Interfaces:
Serializable

public class RecordOutputException
extends Exception

See Also:
Serialized Form

Constructor Summary
RecordOutputException()
           
RecordOutputException(String message)
           
RecordOutputException(String message, Throwable t)
           
 
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

RecordOutputException

public RecordOutputException()

RecordOutputException

public RecordOutputException(String message)

RecordOutputException

public RecordOutputException(String message,
                             Throwable t)


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.