Class PegaseExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.odfsync.pegase.ws.PegaseExportException
All Implemented Interfaces:
Serializable

public class PegaseExportException extends Exception
Exception thrown when exporting a program (to Pégase)
See Also:
  • Constructor Details

    • PegaseExportException

      Constructs a new PegaseExportException
    • PegaseExportException

      public PegaseExportException(String message, Throwable cause)
      Constructs a new PegaseExportException with the specified cause.
      Parameters:
      message - the detail message.
      cause - the cause.
    • PegaseExportException

      public PegaseExportException(String message)
      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.