allensoft.bug
Class BugSubmissionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--allensoft.bug.BugSubmissionException
All Implemented Interfaces:
java.io.Serializable

public class BugSubmissionException
extends java.lang.Exception

The exception thrown when there is a problem submitting a bug report.

See Also:
Serialized Form

Constructor Summary
BugSubmissionException(java.lang.Exception exception)
           
BugSubmissionException(java.lang.String sMessage)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BugSubmissionException

public BugSubmissionException(java.lang.String sMessage)

BugSubmissionException

public BugSubmissionException(java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()