org.shiftone.arbor
Class ArborException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shiftone.arbor.ArborException
- All Implemented Interfaces:
- java.io.Serializable
- public class ArborException
- extends java.lang.Exception
- Author:
- Jeff Drost
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
|
Constructor Summary |
ArborException(java.lang.String message)
Constructor ArborException |
ArborException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor ArborException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArborException
public ArborException(java.lang.String message)
- Constructor ArborException
- Parameters:
message -
ArborException
public ArborException(java.lang.String message,
java.lang.Throwable rootCause)
- Constructor ArborException
- Parameters:
message - rootCause -
printStackTrace
public void printStackTrace()
- Method printStackTrace
printStackTrace
public void printStackTrace(java.io.PrintStream printStream)
- Method printStackTrace
- Parameters:
printStream -
printStackTrace
public void printStackTrace(java.io.PrintWriter printWriter)
- Method printStackTrace
- Parameters:
printWriter -