Class SCPRemoteException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String remoteMessage  
    • Constructor Summary

      Constructors 
      Constructor Description
      SCPRemoteException​(java.lang.String message, java.lang.String remoteMessage)  
    • Method Summary

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

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

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

      • remoteMessage

        private final java.lang.String remoteMessage
    • Constructor Detail

      • SCPRemoteException

        public SCPRemoteException​(java.lang.String message,
                                  java.lang.String remoteMessage)
    • Method Detail

      • getRemoteMessage

        public java.lang.String getRemoteMessage()