com.philemonworks.selfdiagnose
Class DiagnoseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.philemonworks.selfdiagnose.DiagnoseException
All Implemented Interfaces:
Serializable

public class DiagnoseException
extends Exception

DiagnoseException is a checked exception for notifying failed tasks.

Author:
emicklei
See Also:
Serialized Form

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

DiagnoseException

public DiagnoseException()

DiagnoseException

public DiagnoseException(String message)
Parameters:
message -

DiagnoseException

public DiagnoseException(String message,
                         Throwable cause)
Parameters:
message -
cause -

DiagnoseException

public DiagnoseException(Throwable cause)
Parameters:
cause -


Copyright © 2012. All Rights Reserved.