Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | NoSuchAlgorithmException(String
the detail message. msg)Constructs a |
public | NoSuchAlgorithmException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates a |
public | NoSuchAlgorithmException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Creates a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
NoSuchAlgorithmException | back to summary |
---|---|
public NoSuchAlgorithmException() Constructs a |
NoSuchAlgorithmException | back to summary |
---|---|
public NoSuchAlgorithmException(String msg) Constructs a
|
NoSuchAlgorithmException | back to summary |
---|---|
public NoSuchAlgorithmException(String message, Throwable cause) Creates a
|
NoSuchAlgorithmException | back to summary |
---|---|
public NoSuchAlgorithmException(Throwable cause) Creates a
|