org.ssonet.baseConf
Class InvalidCertificateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ssonet.baseConf.InvalidCertificateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCertificateException
extends java.lang.Exception

This Exception is thrown, if a certificate is not valid. It is used in the BaseConfigDialog.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
InvalidCertificateException()
           
 
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

InvalidCertificateException

public InvalidCertificateException()


Copyright © 2003 DRIM Team. All Rights Reserved.