Package org.somda.sdc.glue.consumer
Class PrerequisitesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.somda.sdc.glue.consumer.PrerequisitesException
-
- All Implemented Interfaces:
Serializable
public class PrerequisitesException extends Exception
Any exception that comes up before the connection process to a remote device could be finished.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrerequisitesException()PrerequisitesException(String message)PrerequisitesException(String message, Throwable cause)PrerequisitesException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)PrerequisitesException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-