com.intel.crypto
Class NotSupportedException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intel.langutil.IntelRuntimeException
com.intel.crypto.CryptoException
com.intel.crypto.NotSupportedException
public class NotSupportedException
- extends CryptoException
Represents a crypto exception thrown when a method or the provided parameters are not supported by an instance, or when the user tries to create an instance of an unsupported algorithm.
Constructor Summary | |
---|---|
NotSupportedException()
|
|
NotSupportedException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
equals, hashCode |
Constructor Detail |
---|
NotSupportedException
public NotSupportedException()
NotSupportedException
public NotSupportedException(java.lang.String msg)