Package com.im.df.impl.db.sprovider
Class UsersLoggedInException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.im.df.impl.db.sprovider.UpgradeIJCSchemaException
-
- com.im.df.impl.db.sprovider.UsersLoggedInException
-
- All Implemented Interfaces:
Serializable
public class UsersLoggedInException extends UpgradeIJCSchemaException
Somebody is logged in while he is not expected to be.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsersLoggedInException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UsersLoggedInException
public UsersLoggedInException(String message)
-
-