com.atlassian.gadgets.dashboard.internal.diagnostics
Class DiagnosticsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.gadgets.dashboard.internal.diagnostics.DiagnosticsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UrlHostnameMismatchException, UrlPortMismatchException, UrlSchemeMismatchException

public class DiagnosticsException
extends Exception

See Also:
Serialized Form

Constructor Summary
DiagnosticsException(String message)
           
DiagnosticsException(String message, Throwable cause)
           
 
Method Summary
 String getStackTraceAsString()
           
 
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

DiagnosticsException

public DiagnosticsException(String message)

DiagnosticsException

public DiagnosticsException(String message,
                            Throwable cause)
Method Detail

getStackTraceAsString

public String getStackTraceAsString()


Copyright © 2013 Atlassian. All Rights Reserved.