Package org.jupnp.model.action
Klasse ActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jupnp.model.action.ActionException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
ActionCancelledException
Thrown (or encapsulated in
ActionInvocation) when an action execution failed.- Autor:
- Christian Bauer
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungActionException(int errorCode, String message) ActionException(int errorCode, String message, Throwable cause) ActionException(ErrorCode errorCode) ActionException(ErrorCode errorCode, String message) ActionException(ErrorCode errorCode, String message, boolean concatMessages) ActionException(ErrorCode errorCode, String message, Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ActionException
-
ActionException
-
ActionException
-
ActionException
-
ActionException
-
ActionException
-
-
Methodendetails
-
getErrorCode
public int getErrorCode()
-