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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.gadgets.dashboard.internal.diagnostics.DiagnosticsException
              extended by com.atlassian.gadgets.dashboard.internal.diagnostics.UrlPortMismatchException
All Implemented Interfaces:
Serializable

public class UrlPortMismatchException
extends DiagnosticsException

See Also:
Serialized Form

Constructor Summary
UrlPortMismatchException(int expectedPort, int detectedPort)
           
 
Method Summary
 int getDetectedPort()
           
 int getExpectedPort()
           
 
Methods inherited from class com.atlassian.gadgets.dashboard.internal.diagnostics.DiagnosticsException
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

UrlPortMismatchException

public UrlPortMismatchException(int expectedPort,
                                int detectedPort)
Method Detail

getExpectedPort

public int getExpectedPort()

getDetectedPort

public int getDetectedPort()


Copyright © 2011 Atlassian. All Rights Reserved.