Package jcifs

Class CIFSUnsupportedCryptoException

  • All Implemented Interfaces:
    Serializable

    public class CIFSUnsupportedCryptoException
    extends RuntimeCIFSException
    Runtime exception indicating that the JDK does not support the cryptographic primitives that we use.
    Author:
    mbechler
    See Also:
    Serialized Form
    • Constructor Detail

      • CIFSUnsupportedCryptoException

        public CIFSUnsupportedCryptoException()
      • CIFSUnsupportedCryptoException

        public CIFSUnsupportedCryptoException​(String message,
                                              Throwable cause)
        Parameters:
        message -
        cause -
      • CIFSUnsupportedCryptoException

        public CIFSUnsupportedCryptoException​(String message)
        Parameters:
        message -
      • CIFSUnsupportedCryptoException

        public CIFSUnsupportedCryptoException​(Throwable cause)
        Parameters:
        cause -