public class HobsonNotFoundException extends HobsonRuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE |
CODE_INTERNAL_ERROR| Constructor and Description |
|---|
HobsonNotFoundException(java.lang.String message)
Constructor.
|
HobsonNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
getCodepublic static final int CODE
public HobsonNotFoundException(java.lang.String message)
message - the exception messagepublic HobsonNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the exception causeCopyright © 2015 Whizzo Software LLC. All rights reserved.