|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nhindirect.stagent.NHINDException
public class NHINDException
Generic exceptions thrown by the DefaultNHINDAgent
| Constructor Summary | |
|---|---|
NHINDException()
Constructs an empty exception. |
|
NHINDException(Object error)
Constructs an exception with a generic error. |
|
NHINDException(Object error,
Exception innerException)
Constructs an exception with a generic error and the exception that caused the error. |
|
NHINDException(Object error,
String message)
Constructs an exception with a message and a generic error. |
|
NHINDException(Object error,
String message,
Exception innerException)
Constructs an exception with a generic error, a message, and the exception that caused the error. |
|
NHINDException(String message)
Constructs an exception with a message. |
|
NHINDException(String message,
Exception innerException)
Constructs an exception with a message and and the exception that caused the error. |
|
| Method Summary | |
|---|---|
Object |
getError()
Gets the generic exception error. |
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NHINDException()
public NHINDException(Object error)
error - The generic exception error.public NHINDException(String message)
message - The exception message.
public NHINDException(Object error,
String message)
error - The generic exception error.msg - The exception message.
public NHINDException(String message,
Exception innerException)
message - The exception message.innerException - The exception that caused the error.
public NHINDException(Object error,
Exception innerException)
error - The generic exception error.innerException - The exception that caused the error.
public NHINDException(Object error,
String message,
Exception innerException)
error - The generic exception error.message - The exception message.innerException - The exception that caused the error.| Method Detail |
|---|
public Object getError()
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||