KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > InvalidKeyException

java.security
Class InvalidKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.KeyException
                  extended by java.security.InvalidKeyException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public InvalidKeyException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidKeyException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidKeyException(String message,
                           Throwable cause)
See Also:
Throwable.getCause(), Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidKeyException(Throwable cause)
See Also:
Throwable.getCause()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags