org.ssonet.net
Class SSONETCertificateNotValidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.ssonet.net.SSONETCertificateNotValidException
All Implemented Interfaces:
java.io.Serializable

public class SSONETCertificateNotValidException
extends java.io.IOException

This exception is thrown, if a certificate exchanged during connection establishment was not valid.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SSONETCertificateNotValidException()
          Initializes this exception using a standard description.
SSONETCertificateNotValidException(java.lang.String message)
          Initializes this exception using the specified message
 
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

SSONETCertificateNotValidException

public SSONETCertificateNotValidException()
Initializes this exception using a standard description.


SSONETCertificateNotValidException

public SSONETCertificateNotValidException(java.lang.String message)
Initializes this exception using the specified message

Parameters:
message - the message of this exception


Copyright © 2003 DRIM Team. All Rights Reserved.