com.atlassian.security.auth.trustedapps
Class CertificateTooOldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.security.auth.trustedapps.TransportException
              extended bycom.atlassian.security.auth.trustedapps.InvalidCertificateException
                  extended bycom.atlassian.security.auth.trustedapps.CertificateTooOldException
All Implemented Interfaces:
java.io.Serializable

public class CertificateTooOldException
extends InvalidCertificateException

See Also:
Serialized Form

Constructor Summary
CertificateTooOldException(ApplicationCertificate certificate, long certificateTimeout)
           
 
Methods inherited from class com.atlassian.security.auth.trustedapps.InvalidCertificateException
getMessage
 
Methods inherited from class com.atlassian.security.auth.trustedapps.TransportException
getTransportErrorMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CertificateTooOldException

public CertificateTooOldException(ApplicationCertificate certificate,
                                  long certificateTimeout)


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.