org.apache.lenya.cms.publishing
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.publishing.ExportException
All Implemented Interfaces:
java.io.Serializable

public class ExportException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExportException()
          Creates a new ExportException.
ExportException(java.lang.String message)
          Creates a new ExportException.
ExportException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ExportException.
ExportException(java.lang.Throwable cause)
          Creates a new ExportException.
 
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

ExportException

public ExportException()
Creates a new ExportException.


ExportException

public ExportException(java.lang.String message)
Creates a new ExportException.

Parameters:
message - the exception message

ExportException

public ExportException(java.lang.String message,
                       java.lang.Throwable cause)
Creates a new ExportException.

Parameters:
message - the exception message
cause - the cause of the exception

ExportException

public ExportException(java.lang.Throwable cause)
Creates a new ExportException.

Parameters:
cause - the cause of the exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.