Class PegaseExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.odfsync.pegase.ws.PegaseExportException
- All Implemented Interfaces:
Serializable
Exception thrown when exporting a program (to Pégase)
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new PegaseExportExceptionPegaseExportException
(String message) Constructs a new PegaseExportException with the specified cause.PegaseExportException
(String message, Throwable cause) Constructs a new PegaseExportException with the specified cause.PegaseExportException
(Throwable cause) Constructs a new PegaseExportException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PegaseExportException
public PegaseExportException()Constructs a new PegaseExportException -
PegaseExportException
Constructs a new PegaseExportException with the specified cause.- Parameters:
message
- the detail message.cause
- the cause.
-
PegaseExportException
Constructs a new PegaseExportException with the specified cause.- Parameters:
message
- the detail message.
-
PegaseExportException
Constructs a new PegaseExportException with the specified cause.- Parameters:
cause
- the cause of the exception.
-