Class PushFailedException

All Implemented Interfaces:
Serializable

public class PushFailedException extends WffRuntimeException
Since:
2.0.2
See Also:
  • Constructor Details

    • PushFailedException

      public PushFailedException()
    • PushFailedException

      public PushFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • PushFailedException

      public PushFailedException(String message, Throwable cause)
    • PushFailedException

      public PushFailedException(String message)
    • PushFailedException

      public PushFailedException(Throwable cause)