Package com.tick42.glue.desktop.intents
Class IntentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tick42.glue.core.GlueException
com.tick42.glue.desktop.intents.IntentException
- All Implemented Interfaces:
Serializable
Exception throw by intents API
- Since:
- 1.7.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIntentException(String message) IntentException(String message, IntentException.Type type) IntentException(String message, IntentException.Type type, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntentException
-
IntentException
-
IntentException
-
-
Method Details
-
getType
-