com.philemonworks.selfdiagnose
Class DiagnoseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.philemonworks.selfdiagnose.DiagnoseException
- All Implemented Interfaces:
- java.io.Serializable
public class DiagnoseException
- extends java.lang.Exception
DiagnoseException is a checked exception for notifying failed tasks.
- Author:
- emicklei
- See Also:
- Serialized Form
| 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 |
DiagnoseException
public DiagnoseException()
DiagnoseException
public DiagnoseException(java.lang.String message)
- Parameters:
message -
DiagnoseException
public DiagnoseException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
DiagnoseException
public DiagnoseException(java.lang.Throwable cause)
- Parameters:
cause -
Copyright © 2008. All Rights Reserved.