|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
public class SSLException
The superclass of all possible SSL exceptions. Usually, a specific exception is thrown instead of this exception.
| Constructor Summary | |
|---|---|
SSLException(String message)
Create a new instance with a descriptive error message. |
|
SSLException(String message,
Throwable cause)
Create a new instance with a descriptive error message and a cause. |
|
SSLException(Throwable cause)
Create a new instance with a cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SSLException(String message)
message - the descriptive error message
public SSLException(String message,
Throwable cause)
message - the descriptive error messagecause - the causepublic SSLException(Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||