|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.nxpe.NxpeException
public class NxpeException
Extends the Exception class.
| Constructor Summary | |
|---|---|
NxpeException()
Throws an exception with no additional information about the cause. |
|
NxpeException(NxpeResult result)
Throws an exception with a result from the NxpeResult class. |
|
NxpeException(NxpeResult result,
java.lang.String message)
Throws an exception with a result and a message. |
|
NxpeException(NxpeResult result,
java.lang.String message,
java.lang.Throwable cause)
Throws an exception with a result, message, and a cause. |
|
NxpeException(NxpeResult result,
java.lang.Throwable cause)
Throws an exception with a result and a cause. |
|
NxpeException(java.lang.String message)
Throws an exception with a message. |
|
NxpeException(java.lang.String message,
java.lang.Throwable cause)
Throws an exception with a message and a cause. |
|
NxpeException(java.lang.Throwable cause)
Throws an exception with a cause. |
|
| Method Summary | |
|---|---|
NxpeResult |
getResult()
Retrieves the value of the NxpeResult object. |
| 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 |
|---|
public NxpeException()
public NxpeException(java.lang.String message)
message - The string message that explains the cause.
public NxpeException(java.lang.String message,
java.lang.Throwable cause)
message - The string message that explains the cause.cause - The cause (which is saved for later retrieval by the
getCause method).public NxpeException(NxpeResult result)
result - The result defined in the NxpeResult class.
public NxpeException(NxpeResult result,
java.lang.Throwable cause)
result - The result defined in the NxpeResult class.cause - The cause (which is saved for later retrieval by the
getCause method).
public NxpeException(NxpeResult result,
java.lang.String message)
result - The result defined in the NxpeResult class.message - The string message that explains the cause.
public NxpeException(NxpeResult result,
java.lang.String message,
java.lang.Throwable cause)
result - The result defined in the NxpeResult class.message - The string message that explains the cause.cause - The cause (which is saved for later retrieval by the
getCause method).public NxpeException(java.lang.Throwable cause)
cause - The cause (which is saved for later retrieval by the
getCause method).| Method Detail |
|---|
public NxpeResult getResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||