|
||||||||||
| 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.ExportException
public class ExportException
Exception thrown when the export of a Silverpeas resource failed. It is a business exception that occurs when a business operation invoked by a user fails.
| Constructor Summary | |
|---|---|
ExportException(String message)
Constructs a new ExportException with the specified message. |
|
ExportException(String message,
Throwable thrwbl)
Constructs a new ExportException with the specified message and cause. |
|
ExportException(Throwable thrwbl)
Constructs a new ExportException 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 ExportException(Throwable thrwbl)
thrwbl - the cause of this exception.
public ExportException(String message,
Throwable thrwbl)
message - the message about the problem.thrwbl - the cause of the exception.public ExportException(String message)
message - the message about the problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||