public final class ShiftException extends OperationException
| Constructor and Description | 
|---|
| ShiftException(Unit unit,
              java.util.Date origin)Constructs from the unit and the origin. | 
| ShiftException(Unit unit,
              double origin)Constructs from the unit and the origin. | 
public ShiftException(Unit unit, double origin)
unit - The unit.origin - The desired origin.public ShiftException(Unit unit, java.util.Date origin)
unit - The unit.origin - The desired origin.