Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RuntimeCIFSException (0.24 sec)

  1. src/main/java/jcifs/CIFSUnsupportedCryptoException.java

    package jcifs;
    
    
    /**
     * Runtime exception indicating that the JDK does not support the cryptographic primitives that we use.
     * 
     * @author mbechler
     *
     */
    public class CIFSUnsupportedCryptoException extends RuntimeCIFSException {
    
        /**
         * 
         */
        private static final long serialVersionUID = -6350312430383107348L;
    
    
        /**
         * 
         */
        public CIFSUnsupportedCryptoException () {}
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 1.6K bytes
    - Viewed (0)
Back to top