Package com.dkt.graphics.exceptions
Class AlreadyRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.dkt.graphics.exceptions.AlreadyRunningException
-
- All Implemented Interfaces:
java.io.Serializable
public class AlreadyRunningException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyRunningException(java.lang.String msg)
Creates a new instance.
-