Class ScpException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScpException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer exitStatus  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScpException​(java.lang.Integer exitStatus)  
      ScpException​(java.lang.String message)  
      ScpException​(java.lang.String message, java.lang.Integer exitStatus)  
      ScpException​(java.lang.String message, java.lang.Throwable cause, java.lang.Integer exitStatus)  
      ScpException​(java.lang.Throwable cause, java.lang.Integer exitStatus)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getExitStatus()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • exitStatus

        private final java.lang.Integer exitStatus
    • Constructor Detail

      • ScpException

        public ScpException​(java.lang.String message)
      • ScpException

        public ScpException​(java.lang.Integer exitStatus)
      • ScpException

        public ScpException​(java.lang.String message,
                            java.lang.Integer exitStatus)
      • ScpException

        public ScpException​(java.lang.Throwable cause,
                            java.lang.Integer exitStatus)
      • ScpException

        public ScpException​(java.lang.String message,
                            java.lang.Throwable cause,
                            java.lang.Integer exitStatus)
    • Method Detail

      • getExitStatus

        public java.lang.Integer getExitStatus()