Class BugReportSender.BugReportSenderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.tools.bugreport.BugReportSender.BugReportSenderException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BugReportSender
private static class BugReportSender.BugReportSenderException extends Exception
-
-
Constructor Summary
Constructors Constructor Description BugReportSenderException(String message)
BugReportSenderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BugReportSenderException
BugReportSenderException(String message)
-
BugReportSenderException
BugReportSenderException(Throwable cause)
-
-