Class TeamExecutorRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.officefloor.frame.impl.execute.team.TeamExecutorRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class TeamExecutorRuntimeException extends java.lang.RuntimeException
TeamExecutor
RuntimeException
.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeamExecutorRuntimeException(java.lang.Throwable cause)
Initiate.
-