Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for strings (0.05 sec)

  1. src/main/java/jcifs/smb1/dcerpc/DcerpcException.java

        }
        public DcerpcException(String msg) {
            super(msg);
        }
        public DcerpcException(String msg, Throwable rootCause) {
            super(msg);
            this.rootCause = rootCause;
        }
        public int getErrorCode() {
            return error;
        }
        public Throwable getRootCause() {
            return rootCause;
        }
        public String toString() {
            if (rootCause != null) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 2.4K bytes
    - Viewed (0)
Back to top