com.atlassian.security.auth.trustedapps
Class SystemException

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.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends InvalidCertificateException

Used when something serious is wrong. Should only occur if

See Also:
Serialized Form

Constructor Summary
SystemException(java.lang.String appId, java.lang.Exception cause)
           
 
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

SystemException

public SystemException(java.lang.String appId,
                       java.lang.Exception cause)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.