com.centrasite.jaxr.importexport
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.centrasite.jaxr.importexport.ExportException
All Implemented Interfaces:
java.io.Serializable

public class ExportException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String rcsId
           
 
Constructor Summary
ExportException()
           
ExportException(java.lang.String message)
           
ExportException(java.lang.String message, java.lang.Throwable throwable)
           
ExportException(java.lang.Throwable throwable)
           
 
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
 

Field Detail

rcsId

public static final java.lang.String rcsId
See Also:
Constant Field Values
Constructor Detail

ExportException

public ExportException()

ExportException

public ExportException(java.lang.String message,
                       java.lang.Throwable throwable)
Parameters:
message - the exception message
throwable - the original exception

ExportException

public ExportException(java.lang.String message)
Parameters:
message - the exception message

ExportException

public ExportException(java.lang.Throwable throwable)
Parameters:
throwable - the original exception