|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| IllegalStateTransitionException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 | package com.agical.rmock.core.exception; | |
| 2 | ||
| 3 | /** | |
| 4 | * @author brolund | |
| 5 | * | |
| 6 | * (c) 2005 Agical AB | |
| 7 | */ | |
| 8 | public class IllegalStateTransitionException extends RMockSystemException { | |
| 9 | private static final long serialVersionUID = 1L; | |
| 10 | ||
| 11 | 1 | public IllegalStateTransitionException(String message) { |
| 12 | 1 | super( message ); |
| 13 | } | |
| 14 | ||
| 15 | } |
|
||||||||||