Package com.tailf.ned
Class NedException
- All Implemented Interfaces:
Serializable
Exception raised from the NED package
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNedException
(int id, String msg) Deprecated.Use the constructorNedException(NedErrorCode, String)
insteadNedException
(NedErrorCode aCode, String msg) NedException
(NedErrorCode aCode, String msg, Throwable cause) NedException
(String msg) Deprecated.Use the constructorNedException(NedErrorCode, String)
instead with code set to the appropriate enum inNedErrorCode
NedException
(String msg, Throwable cause) Deprecated.Use the constructorNedException(NedErrorCode, String, Throwable)
instead with code set to the appropriate enum inNedErrorCode
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
AUTH_ERROR
Deprecated.UseNedErrorCode.CONNECT_CONNECTION_REFUSED
or some other suitable NED error code instead.
-
-
Constructor Details
-
NedException
-
NedException
-
NedException
Deprecated.Use the constructorNedException(NedErrorCode, String)
instead -
NedException
Deprecated.Use the constructorNedException(NedErrorCode, String)
instead with code set to the appropriate enum inNedErrorCode
-
NedException
Deprecated.Use the constructorNedException(NedErrorCode, String, Throwable)
instead with code set to the appropriate enum inNedErrorCode
-
-
Method Details
-
getNedErrorCode
-
getErrorCode
Deprecated.Use the methodgetNedErrorCode()
instead.
-
NedErrorCode.CONNECT_CONNECTION_REFUSED
or some other suitable NED error code instead.