Class ScpException

All Implemented Interfaces:
Serializable

public class ScpException extends IOException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • exitStatus

      private final Integer exitStatus
  • Constructor Details

    • ScpException

      public ScpException(String message)
    • ScpException

      public ScpException(Integer exitStatus)
    • ScpException

      public ScpException(String message, Integer exitStatus)
    • ScpException

      public ScpException(Throwable cause, Integer exitStatus)
    • ScpException

      public ScpException(String message, Throwable cause, Integer exitStatus)
  • Method Details

    • getExitStatus

      public Integer getExitStatus()