Package org.cyclos.model.access
Class InvalidNetworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.InvalidSessionDataException
-
- org.cyclos.model.access.InvalidNetworkException
-
- All Implemented Interfaces:
Serializable
public class InvalidNetworkException extends InvalidSessionDataException
Attempt to access Cyclos using a network that has been disabled- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidNetworkException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-