|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
netapp.manage.NaError
Thrown when there is a serious problem with the library.
| Constructor Summary | |
NaError(java.lang.String message)
Constructs a new NaError with the specified
detail message. |
|
NaError(java.lang.String message,
java.lang.Throwable cause)
Constructs a new NaError with the specified
detail message and cause. |
|
NaError(java.lang.Throwable cause)
Constructs a new NaError with the specified
cause. |
|
| 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 NaError(java.lang.String message)
NaError with the specified
detail message.
message - the detail message.
public NaError(java.lang.String message,
java.lang.Throwable cause)
NaError with the specified
detail message and cause.
message - the detail message.cause - the cause.public NaError(java.lang.Throwable cause)
NaError with the specified
cause.
cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||