Package jcifs
Class CIFSUnsupportedCryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jcifs.RuntimeCIFSException
-
- jcifs.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 Summary
Constructors Constructor Description CIFSUnsupportedCryptoException()CIFSUnsupportedCryptoException(String message)CIFSUnsupportedCryptoException(String message, Throwable cause)CIFSUnsupportedCryptoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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-
-
-