com.silverpeas.export
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.silverpeas.export.ImportException
All Implemented Interfaces:
Serializable

public class ImportException
extends Exception

Exception thrown when the import of a Silverpeas resource failed. It is a business exception that occurs when a business operation invoked by a user fails.

See Also:
Serialized Form

Constructor Summary
ImportException(String message)
          Constructs a new ImportException with the specified message.
ImportException(String message, Throwable thrwbl)
          Constructs a new ImportException with the specified message and cause.
ImportException(Throwable thrwbl)
          Constructs a new ImportException by specifying the cause.
 
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

ImportException

public ImportException(Throwable thrwbl)
Constructs a new ImportException by specifying the cause.

Parameters:
thrwbl - the cause of this exception.

ImportException

public ImportException(String message,
                       Throwable thrwbl)
Constructs a new ImportException with the specified message and cause.

Parameters:
message - the message about the problem.
thrwbl - the cause of the exception.

ImportException

public ImportException(String message)
Constructs a new ImportException with the specified message.

Parameters:
message - the message about the problem.


Copyright © 2016 Silverpeas. All Rights Reserved.