|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.silverpeas.export.ImportException
public class ImportException
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.
| 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 |
|---|
public ImportException(Throwable thrwbl)
thrwbl - the cause of this exception.
public ImportException(String message,
Throwable thrwbl)
message - the message about the problem.thrwbl - the cause of the exception.public ImportException(String message)
message - the message about the problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||